mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-17 20:52:38 +01:00
Removed 32-bit OSX/Linux.
This commit is contained in:
8
makefile
8
makefile
@@ -93,10 +93,6 @@ asmjs: asmjs-debug asmjs-release ## Build - Emscripten Debug and Release
|
||||
|
||||
.build/projects/gmake-linux:
|
||||
$(GENIE) --with-tools --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
|
||||
@@ -189,10 +185,6 @@ vs2017: vs2017-debug32 vs2017-release32 vs2017-debug64 vs2017-release64 ## Build
|
||||
|
||||
.build/projects/gmake-osx:
|
||||
$(GENIE) --with-tools --gcc=osx gmake
|
||||
osx-debug32: .build/projects/gmake-osx ## Build - OSX x86 Debug
|
||||
$(MAKE) -C .build/projects/gmake-osx config=debug32
|
||||
osx-release32: .build/projects/gmake-osx ## Build - OSX x86 Release
|
||||
$(MAKE) -C .build/projects/gmake-osx config=release32
|
||||
osx-debug64: .build/projects/gmake-osx ## Build - OSX x64 Debug
|
||||
$(MAKE) -C .build/projects/gmake-osx config=debug64
|
||||
osx-release64: .build/projects/gmake-osx ## Build - OSX x64 Release
|
||||
|
||||
Reference in New Issue
Block a user