mirror of
https://github.com/ole00/afterburner.git
synced 2025-02-21 06:29:03 +00:00
added cross-compilation script for producing Mac OSX binary
This commit is contained in:
parent
39fe8258db
commit
3fc0753273
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
|
Loading…
x
Reference in New Issue
Block a user