mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
14 lines
410 B
Diff
14 lines
410 B
Diff
|
diff --git a/crates/pyxel-platform/build.rs b/crates/pyxel-platform/build.rs
|
||
|
index 35cdeef5..68a93ed9 100644
|
||
|
--- a/crates/pyxel-platform/build.rs
|
||
|
+++ b/crates/pyxel-platform/build.rs
|
||
|
@@ -30,7 +30,7 @@ impl SDL2BindingsBuilder {
|
||
|
}
|
||
|
|
||
|
fn should_bundle_sdl2(&self) -> bool {
|
||
|
- self.target_os.contains("windows") || self.target_os == "darwin"
|
||
|
+ false
|
||
|
}
|
||
|
|
||
|
fn download_sdl2(&self) {
|