mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
sh for calling prebuild in Cargo file, for happy Windows users. Fixes #181
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
name = "sdl2"
|
||||
version = "0.0.1"
|
||||
authors = [ "Tony Aldridge<zaragopha@hotmail.com>" ]
|
||||
build = "./prebuild.sh"
|
||||
build = "sh prebuild.sh"
|
||||
|
||||
[lib]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user