From b0f0fc80bbc82be4ecfa0a96774293f8619d07ae Mon Sep 17 00:00:00 2001 From: Spoike Date: Wed, 31 Dec 2014 06:11:12 +0000 Subject: [PATCH] try to fix android builds. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4813 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/Makefile b/engine/Makefile index 3a0317af2..364625679 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -177,7 +177,7 @@ ifeq ($(FTE_TARGET),droid) endif CC:=$(TOOLCHAIN)gcc --sysroot="$(DROIDSYSROOT)" -DANDROID $(DROID_ABI) -fno-strict-aliasing - DO_LD:=$(DO_ECHO) $(CC) -Wl,-soname,libftedroid.so -shared -Wl,--no-undefined -Wl,-z,noexecstack -o $@ $(LTO_LD) $(WCFLAGS) $(BRANDFLAGS) $(CFLAGS) -llog -lc -lz -lm + DO_LD=$(DO_ECHO) $(CC) -Wl,-soname,libftedroid.so -shared -Wl,--no-undefined -Wl,-z,noexecstack -o $@ $(LTO_LD) $(WCFLAGS) $(BRANDFLAGS) $(CFLAGS) -llog -lc -lz -lm LD:=$(TOOLCHAIN)ld AR:=$(TOOLCHAIN)ar STRIP=$(TOOLCHAIN)strip