diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2012-09-15 12:26:46 -0400 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2012-09-15 12:27:22 -0400 |
commit | 1e7f8e7d313da5ce8a8dbc5ada4a15b8660c4f77 (patch) | |
tree | 07a3cfddd5830e07489212ed4799e6643eb64ce5 /tools | |
parent | 930661d3d0d41e5537c23fe40ecbe6a91de09d60 (diff) |
[droid] fix run-time errors for build-side programs
Diffstat (limited to 'tools')
-rw-r--r-- | tools/android/depends/Makefile.include.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/android/depends/Makefile.include.in b/tools/android/depends/Makefile.include.in index 85b8e798db..a209546445 100644 --- a/tools/android/depends/Makefile.include.in +++ b/tools/android/depends/Makefile.include.in @@ -80,3 +80,4 @@ else export CXXFLAGS=-I$(PREFIX)/include endif export PATH:=$(NATIVEPREFIX)/bin:$(PATH) + export LD_LIBRARY_PATH:=$(NATIVEPREFIX)/lib:$(LD_LIBRARY_PATH) |