mirror of
https://github.com/ole00/afterburner.git
synced 2024-11-22 06:32:01 +00:00
8 lines
190 B
Bash
Executable File
8 lines
190 B
Bash
Executable File
# path to your Osx cross-compiler
|
|
CC=~/opt/osxcross/bin/o64-clang
|
|
|
|
GCOM=`git rev-parse --short HEAD`
|
|
|
|
|
|
$CC -g3 -O0 -DNO_CLOSE -DGCOM="\"g${GCOM}\"" -o afterburner_osx src_pc/afterburner.c
|