diff --git a/compile_osx.sh b/compile_osx.sh new file mode 100755 index 0000000..fb6020f --- /dev/null +++ b/compile_osx.sh @@ -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