Skip to content

Commit ed9a925

Browse files
mac python 3.5 and 3.6 static builds
1 parent 6a8d4b2 commit ed9a925

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
1.94 MB
Binary file not shown.
1.94 MB
Binary file not shown.

raylib/static/build_mac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
ffibuilder.compile(verbose=True)
2121
if platform.system()=="Darwin":
2222
print(command)
23-
os.system(command)
23+
#os.system(command)

0 commit comments

Comments
 (0)