fix(ui): fix test runs on Windows when modulo is disabled
This commit is contained in:
parent
023ac615ba
commit
85d2660768
|
@ -37,6 +37,7 @@ fn cc_config() {
|
|||
|
||||
if cfg!(not(feature = "avoid-gdi")) {
|
||||
println!("cargo:rustc-link-lib=dylib=gdiplus");
|
||||
println!("cargo:rustc-link-lib=dylib=gdi32");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user