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 de4385f commit fb59b4dCopy full SHA for fb59b4d
rust/pyxel-platform/build.rs
@@ -179,8 +179,8 @@ impl SDL2BindingsBuilder {
179
.skip_while(|&flag| !flag.starts_with("-isystem"))
180
.nth(1)
181
.unwrap();
182
- include_flags.push("-I".to_string() + sdl2_include_flag);
183
include_flags.push("-I".to_string() + sdl2_include_flag + "/..");
+ include_flags.push("-I".to_string() + sdl2_include_flag);
184
} else {
185
include_flags.push("-I/usr/local/include".to_string());
186
include_flags.push("-I/usr/include".to_string());
0 commit comments