From ab72f6f86d3eff1f8f7ab5814180a0b6c3a09d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 31 Jan 2015 15:21:53 -0800 Subject: [PATCH] Fixed makefile. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 37c18240..46848cd3 100644 --- a/makefile +++ b/makefile @@ -26,7 +26,7 @@ all: $(GENIE) --with-tools --with-shared-lib --gcc=osx gmake $(GENIE) --with-tools --with-shared-lib --xcode=osx xcode4 $(GENIE) --with-tools --with-shared-lib --xcode=ios xcode4 - + $(GENIE) --gcc=android-arm gmake $(GENIE) --gcc=android-mips gmake $(GENIE) --gcc=android-x86 gmake @@ -95,7 +95,7 @@ mingw-gcc-release64: .build/projects/gmake-mingw-gcc mingw-gcc: mingw-gcc-debug32 mingw-gcc-release32 mingw-gcc-debug64 mingw-gcc-release64 .build/projects/gmake-mingw-clang: - $(GENIE) --clang=mingw-clang gmake + $(GENIE) --gcc=mingw-clang gmake mingw-clang-debug32: .build/projects/gmake-mingw-clang make -R -C .build/projects/gmake-mingw-clang config=debug32 mingw-clang-release32: .build/projects/gmake-mingw-clang