mirror of
https://github.com/ole00/afterburner.git
synced 2025-08-05 13:25:10 +00:00
added cross-compilation script for producing Mac OSX binary
This commit is contained in:
4
compile_osx.sh
Executable file
4
compile_osx.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
# path to your Osx cross-compiler
|
||||
CC=~/opt/osxcross/bin/o64-clang
|
||||
|
||||
$CC -g3 -O0 -DNO_CLOSE -o afterburner_osx src_pc/afterburner.c
|
Reference in New Issue
Block a user