diff options
author | Chris "Koying" Browet <cbro@semperpax.com> | 2013-11-02 14:14:06 +0100 |
---|---|---|
committer | Chris "Koying" Browet <cbro@semperpax.com> | 2013-11-02 14:16:25 +0100 |
commit | a50c170748d9d524dff0d38246a5bb81ca07851f (patch) | |
tree | 26a71f487947a8aa0f3f3a773c54d45fc11a0958 /tools | |
parent | e87d4fb073b83705303fec27cbe0b804fd91dcce (diff) |
FIX: [droid] wrong path in gdb.setup
Diffstat (limited to 'tools')
-rw-r--r-- | tools/android/packaging/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/android/packaging/Makefile b/tools/android/packaging/Makefile index 5416cf6c0b..1b4ea9bd17 100644 --- a/tools/android/packaging/Makefile +++ b/tools/android/packaging/Makefile @@ -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) |