mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Removed 32-bit from Linux build.
This commit is contained in:
6
makefile
6
makefile
@@ -92,15 +92,11 @@ asmjs: asmjs-debug asmjs-release ## Build - Emscripten Debug and Release
|
||||
|
||||
.build/projects/gmake-linux:
|
||||
$(GENIE) --with-tools --with-combined-examples --with-shared-lib --gcc=linux-gcc gmake
|
||||
linux-debug32: .build/projects/gmake-linux ## Build - Linux x86 Debug
|
||||
$(MAKE) -R -C .build/projects/gmake-linux config=debug32
|
||||
linux-release32: .build/projects/gmake-linux ## Build - Linux x86 Release
|
||||
$(MAKE) -R -C .build/projects/gmake-linux config=release32
|
||||
linux-debug64: .build/projects/gmake-linux ## Build - Linux x64 Debug
|
||||
$(MAKE) -R -C .build/projects/gmake-linux config=debug64
|
||||
linux-release64: .build/projects/gmake-linux ## Build - Linux x64 Release
|
||||
$(MAKE) -R -C .build/projects/gmake-linux config=release64
|
||||
linux: linux-debug32 linux-release32 linux-debug64 linux-release64 ## Build - Linux x86/x64 Debug and Release
|
||||
linux: linux-debug64 linux-release64 ## Build - Linux x86/x64 Debug and Release
|
||||
|
||||
.build/projects/gmake-freebsd:
|
||||
$(GENIE) --with-tools --with-combined-examples --with-shared-lib --gcc=freebsd gmake
|
||||
|
||||
Reference in New Issue
Block a user