mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Removed 32-bit OSX/Linux.
This commit is contained in:
8
makefile
8
makefile
@@ -45,10 +45,6 @@ android-x86: android-x86-debug android-x86-release
|
||||
|
||||
.build/projects/gmake-linux:
|
||||
$(GENIE) --gcc=linux-gcc gmake
|
||||
linux-debug32: .build/projects/gmake-linux
|
||||
make -R -C .build/projects/gmake-linux config=debug32
|
||||
linux-release32: .build/projects/gmake-linux
|
||||
make -R -C .build/projects/gmake-linux config=release32
|
||||
linux-debug64: .build/projects/gmake-linux
|
||||
make -R -C .build/projects/gmake-linux config=debug64
|
||||
linux-release64: .build/projects/gmake-linux
|
||||
@@ -87,10 +83,6 @@ mingw-clang: mingw-clang-debug32 mingw-clang-release32 mingw-clang-debug64 mingw
|
||||
|
||||
.build/projects/gmake-osx:
|
||||
$(GENIE) --gcc=osx gmake
|
||||
osx-debug32: .build/projects/gmake-osx
|
||||
make -C .build/projects/gmake-osx config=debug32
|
||||
osx-release32: .build/projects/gmake-osx
|
||||
make -C .build/projects/gmake-osx config=release32
|
||||
osx-debug64: .build/projects/gmake-osx
|
||||
make -C .build/projects/gmake-osx config=debug64
|
||||
osx-release64: .build/projects/gmake-osx
|
||||
|
||||
Reference in New Issue
Block a user