diff --git a/makefile b/makefile index 0b420c6..e9b00eb 100644 --- a/makefile +++ b/makefile @@ -96,6 +96,14 @@ osx-x64-release: .build/projects/gmake-osx-x64 make -C .build/projects/gmake-osx config=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: $(GENIE) --gcc=ios-arm gmake ios-arm-debug: .build/projects/gmake-ios-arm diff --git a/scripts/bin2c.lua b/scripts/bin2c.lua index afeb066..9e9e486 100644 --- a/scripts/bin2c.lua +++ b/scripts/bin2c.lua @@ -20,6 +20,10 @@ project "bin2c" links { "pthread", } + configuration { "osx-*" } + linkoptions { + "-framework Foundation" + } configuration { "vs20* or mingw*" } links {