about summary refs log tree commit diff
path: root/pkgs/by-name/py/pyxel/never-bundle-sdl2.patch
blob: dc53e63bc6ca2d9f2a4176f9e7022d552be71d04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/rust/pyxel-platform/build.rs b/rust/pyxel-platform/build.rs
index 45eecae..f385eb9 100644
--- a/rust/pyxel-platform/build.rs
+++ b/rust/pyxel-platform/build.rs
@@ -31,7 +31,7 @@ impl SDL2BindingsBuilder {
     }
 
     fn should_bundle_sdl2(&self) -> bool {
-        self.target_os.contains("windows") || self.target_os == "darwin"
+        false
     }
 
     fn download_sdl2(&self) {