mirror of
https://github.com/ole00/afterburner.git
synced 2024-11-04 23:05:34 +00:00
5 lines
131 B
Bash
Executable File
5 lines
131 B
Bash
Executable File
# path to your Osx cross-compiler
|
|
CC=~/opt/osxcross/bin/o64-clang
|
|
|
|
$CC -g3 -O0 -DNO_CLOSE -o afterburner_osx src_pc/afterburner.c
|