Skip to content

Commit

Permalink
Merge pull request #3547 from koying/quickpr
Browse files Browse the repository at this point in the history
FIX: [droid] wrong path in gdb.setup
  • Loading branch information
koying committed Nov 2, 2013
2 parents e87d4fb + a50c170 commit 6a7fcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/android/packaging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6a7fcfa

Please sign in to comment.