FIX: [droid] wrong path in gdb.setup
authorChris "Koying" Browet <cbro@semperpax.com>
Sat, 2 Nov 2013 13:14:06 +0000 (14:14 +0100)
committerChris "Koying" Browet <cbro@semperpax.com>
Sat, 2 Nov 2013 13:16:25 +0000 (14:16 +0100)
tools/android/packaging/Makefile

index 5416cf6..1b4ea9b 100644 (file)
@@ -96,7 +96,7 @@ libs: $(PREFIX)/lib/xbmc/libxbmc.so
        install -p $(GDBPATH) ./xbmc/libs/$(CPU)/gdbserver
        echo "set solib-search-path ./obj/local/$(CPU)" > ./xbmc/libs/$(CPU)/gdb.setup
        echo "directory $(TOOLCHAIN)/sysroot/usr/include $(NDKROOT)/sources/android/native_app_glue" \
-            "$(NDKROOT)/sources/cxx-stl/gnu-libstdc++/include/$(GCC_VERSION) $(XBMCROOT)  $(PREFIX)/include jni" >> ./xbmc/libs/$(CPU)/gdb.setup
+            "$(NDKROOT)/sources/cxx-stl/gnu-libstdc++/$(GCC_VERSION)/include $(XBMCROOT)  $(PREFIX)/include jni" >> ./xbmc/libs/$(CPU)/gdb.setup
        cp -fp xbmc/libs/$(CPU)/* xbmc/lib/$(CPU)
 
 $(PREFIX)/lib/xbmc/libxbmc.so: $(SRCLIBS)