fix(ui): fix test runs on Windows when modulo is disabled

This commit is contained in:
Federico Terzi 2021-05-23 18:11:07 +02:00
parent 023ac615ba
commit 85d2660768

View File

@ -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");
}
}