Browse Source

Removed 32-bit OSX/Linux.

Branimir Karadžić 7 years ago
parent
commit
20886e5c08
1 changed files with 0 additions and 8 deletions
  1. 0 8
      makefile

+ 0 - 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