diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2012-12-02 01:12:14 -0500 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2012-12-02 01:12:14 -0500 |
commit | a0ee2f99d538fd20347ea6f2aebfc2f577469957 (patch) | |
tree | b687893805ae3e07c9f83cd1e4f11d798bf62319 | |
parent | b5f4d57072d237bf1d3ff22f3e2e052d3e40ab2a (diff) |
[droid] fix typo in last commit
-rw-r--r-- | tools/android/depends/xbmc/Makefile | 4 |
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/ ;\ |