nixpkgs/pkgs/by-name/py/pyxel/never-bundle-sdl2.patch
2024-02-17 00:53:25 +01:00

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) {