about summary refs log tree commit diff
path: root/nixpkgs/pkgs/by-name/py/pyxel/never-bundle-sdl2.patch
blob: e3448d4ede632b644766e522755bbcbf7b285570 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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) {