Skip to content

Commit

Permalink
Merge pull request #77 from MaximilianGaedig/master
Browse files Browse the repository at this point in the history
Add osx-arm64 arm target
  • Loading branch information
bkaradzic authored Dec 13, 2022
2 parents 85109d7 + c5e804e commit 1af9054
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,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 ## Build - iOS ARM Debug
Expand Down

0 comments on commit 1af9054

Please sign in to comment.