We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315082a commit e417938Copy full SHA for e417938
sdl2-sys/build.rs
@@ -24,7 +24,8 @@ const SDL2_HEADERS_BUNDLED_VERSION: &str = "2.0.8";
24
25
// means the lastest stable version that can be downloaded from SDL2's source
26
const LASTEST_SDL2_VERSION: &str = "2.0.8";
27
-
+
28
+#[cfg(feature = "bindgen")]
29
macro_rules! add_msvc_includes_to_bindings {
30
($bindings:expr) => {
31
$bindings = $bindings.clang_arg(format!("-IC:/Program Files (x86)/Windows Kits/8.1/Include/shared"));
0 commit comments