Skip to content

Commit cd2750c

Browse files
author
Mikaël Fourrier
committed
use debug build
1 parent 2593cb7 commit cd2750c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdl2-sys/build.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,8 @@ fn link_sdl2(target_os: &str) {
414414
if cfg!(feature = "bundled")
415415
|| (cfg!(feature = "use-pkgconfig") == false && cfg!(feature = "use-vcpkg") == false)
416416
{
417-
println!("cargo:rustc-link-lib=static=SDL2main");
418-
println!("cargo:rustc-link-lib=static=SDL2");
417+
println!("cargo:rustc-link-lib=static=SDL2maind");
418+
println!("cargo:rustc-link-lib=static=SDL2d");
419419
}
420420

421421
// Also linked to any required libraries for each supported platform

0 commit comments

Comments
 (0)