mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fix osx-arm64 builds (#274)
This commit is contained in:
8
makefile
8
makefile
@@ -96,6 +96,14 @@ osx-x64-release: .build/projects/gmake-osx-x64
|
|||||||
make -C .build/projects/gmake-osx config=release
|
make -C .build/projects/gmake-osx config=release
|
||||||
osx-x64: osx-x64-debug osx-x64-release
|
osx-x64: osx-x64-debug osx-x64-release
|
||||||
|
|
||||||
|
.build/projects/gmake-osx-arm64:
|
||||||
|
$(GENIE) --gcc=osx-arm64 gmake
|
||||||
|
osx-arm64-debug: .build/projects/gmake-osx-arm64
|
||||||
|
make -C .build/projects/gmake-osx-arm64 config=debug
|
||||||
|
osx-arm64-release: .build/projects/gmake-osx-arm64
|
||||||
|
make -C .build/projects/gmake-osx-arm64 config=release
|
||||||
|
osx-arm64: osx-arm64-debug osx-arm64-release
|
||||||
|
|
||||||
.build/projects/gmake-ios-arm:
|
.build/projects/gmake-ios-arm:
|
||||||
$(GENIE) --gcc=ios-arm gmake
|
$(GENIE) --gcc=ios-arm gmake
|
||||||
ios-arm-debug: .build/projects/gmake-ios-arm
|
ios-arm-debug: .build/projects/gmake-ios-arm
|
||||||
|
|||||||
@@ -20,6 +20,10 @@ project "bin2c"
|
|||||||
links {
|
links {
|
||||||
"pthread",
|
"pthread",
|
||||||
}
|
}
|
||||||
|
configuration { "osx-*" }
|
||||||
|
linkoptions {
|
||||||
|
"-framework Foundation"
|
||||||
|
}
|
||||||
|
|
||||||
configuration { "vs20* or mingw*" }
|
configuration { "vs20* or mingw*" }
|
||||||
links {
|
links {
|
||||||
|
|||||||
Reference in New Issue
Block a user