mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-06-08 02:43:48 +00:00
Match CI with bx. (#120)
This commit is contained in:
committed by
GitHub
parent
0477714903
commit
0014aa0f14
18
makefile
18
makefile
@@ -41,12 +41,22 @@ projgen: ## Generate project files for all configurations.
|
||||
$(GENIE) --with-tools --with-shared-lib --gcc=linux-gcc gmake
|
||||
$(GENIE) --with-tools --with-shared-lib --gcc=linux-clang gmake
|
||||
$(GENIE) --with-tools --with-shared-lib --gcc=osx-arm64 gmake
|
||||
$(GENIE) --with-tools --with-shared-lib --gcc=osx-x64 gmake
|
||||
$(GENIE) --with-tools --with-shared-lib --xcode=osx xcode9
|
||||
$(GENIE) --with-tools --with-shared-lib --xcode=ios xcode9
|
||||
$(GENIE) --with-shared-lib --gcc=android-arm gmake
|
||||
$(GENIE) --with-shared-lib --gcc=android-arm64 gmake
|
||||
$(GENIE) --gcc=ios-arm64 gmake
|
||||
$(GENIE) --gcc=rpi gmake
|
||||
|
||||
.build/projects/gmake-android-arm:
|
||||
$(GENIE) --gcc=android-arm --with-shared-lib gmake
|
||||
android-arm-debug: .build/projects/gmake-android-arm ## Build - Android ARM Debug
|
||||
$(MAKE) -R -C .build/projects/gmake-android-arm config=debug
|
||||
android-arm-release: .build/projects/gmake-android-arm ## Build - Android ARM Release
|
||||
$(MAKE) -R -C .build/projects/gmake-android-arm config=release
|
||||
android-arm: android-arm-debug android-arm-release ## Build - Android ARM Debug and Release
|
||||
|
||||
.build/projects/gmake-android-arm64:
|
||||
$(GENIE) --gcc=android-arm64 --with-shared-lib gmake
|
||||
android-arm64-debug: .build/projects/gmake-android-arm64 ## Build - Android ARM64 Debug
|
||||
@@ -123,6 +133,14 @@ osx-arm64-release: .build/projects/gmake-osx-arm64 ## Build - macOS ARM Release
|
||||
$(MAKE) -C .build/projects/gmake-osx-arm64 config=release
|
||||
osx-arm64: osx-arm64-debug osx-arm64-release ## Build - macOS ARM Debug and Release
|
||||
|
||||
.build/projects/gmake-osx-x64:
|
||||
$(GENIE) --with-tools --with-shared-lib --gcc=osx-x64 gmake
|
||||
osx-x64-debug: .build/projects/gmake-osx-x64 ## Build - macOS x64 Debug
|
||||
$(MAKE) -C .build/projects/gmake-osx-x64 config=debug
|
||||
osx-x64-release: .build/projects/gmake-osx-x64 ## Build - macOS x64 Release
|
||||
$(MAKE) -C .build/projects/gmake-osx-x64 config=release
|
||||
osx-x64: osx-x64-debug osx-x64-release ## Build - macOS x64 Debug and Release
|
||||
|
||||
.build/projects/gmake-ios-arm64:
|
||||
$(GENIE) --gcc=ios-arm64 gmake
|
||||
ios-arm64-debug: .build/projects/gmake-ios-arm64 ## Build - iOS ARM64 Debug
|
||||
|
||||
Reference in New Issue
Block a user