mirror of
https://github.com/ole00/afterburner.git
synced 2026-04-24 04:18:57 +00:00
PC app build: updated OSX build scripts
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
# path to your Osx cross-compiler
|
||||
CC=~/opt/osxcross/bin/o64-clang
|
||||
|
||||
GCOM=`git rev-parse --short HEAD`
|
||||
|
||||
|
||||
$CC -g3 -O0 -D_OSX_ -DNO_CLOSE -DGCOM="\"g${GCOM}\"" -o afterburner_osx src_pc/afterburner.c src_pc/exerciser.c
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
# path to your Osx cross-compiler (https://github.com/tpoechtrager/osxcross)
|
||||
export PATH=~/dev/osxcross2/bin:$PATH
|
||||
CC=arm64-apple-darwin24.4-clang
|
||||
|
||||
GCOM=`git rev-parse --short HEAD`
|
||||
|
||||
|
||||
$CC -g3 -O0 -D_OSX_ -DNO_CLOSE -DGCOM="\"g${GCOM}\"" -o afterburner_osx_arm src_pc/afterburner.c src_pc/exerciser.c
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
# path to your Osx cross-compiler (https://github.com/tpoechtrager/osxcross)
|
||||
export PATH=~/dev/osxcross2/bin:$PATH
|
||||
CC=x86_64-apple-darwin24.4-clang
|
||||
|
||||
GCOM=`git rev-parse --short HEAD`
|
||||
|
||||
|
||||
$CC -g3 -O0 -D_OSX_ -DNO_CLOSE -DGCOM="\"g${GCOM}\"" -o afterburner_osx_x86 src_pc/afterburner.c src_pc/exerciser.c
|
||||
Reference in New Issue
Block a user