aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/android/depends/xbmc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/android/depends/xbmc/Makefile b/tools/android/depends/xbmc/Makefile
index 38d1a89e1c..a5c5c3207b 100644
--- a/tools/android/depends/xbmc/Makefile
+++ b/tools/android/depends/xbmc/Makefile
@@ -11,8 +11,8 @@ export USE_TEXTUREPACKER_NATIVE_ROOT=$(NATIVEPREFIX)
export MYSQL_CONFIG=$(PREFIX)/bin/mysql_config
export LIBS+=-lcrystax
-export CXXFLAGS+="-O3"
-export CFLAGS+="-O3"
+export CXXFLAGS+=-O3
+export CFLAGS+=-O3
# configuration settings
CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) build-aux/ ;\