diff options
author | Memphiz <memphis@machzwo.de> | 2012-10-10 20:37:57 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2012-10-10 20:40:05 +0200 |
commit | 4f71914c255a44368e6498fced9f1c9edb6039a3 (patch) | |
tree | 1aa42bf37b5fa38440790fe1ba836e3daab4c276 /tools | |
parent | 5df0dca38ee79e193155d7c306fe0e892c15367b (diff) |
[droid] - fix build of taglib - ensure that runlib from the toolchain is used (at least osx had problems...)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/android/depends/taglib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/android/depends/taglib/Makefile b/tools/android/depends/taglib/Makefile index 354d127358..6508df166b 100644 --- a/tools/android/depends/taglib/Makefile +++ b/tools/android/depends/taglib/Makefile @@ -24,6 +24,7 @@ $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) -DCMAKE_LIBRARY_PATH=$(PREFIX)/lib \ -DCMAKE_INSTALL_NAME_DIR=$(PREFIX)/lib \ -DCMAKE_INSTALL_PREFIX=$(PREFIX) \ + -DCMAKE_RANLIB=$(RANLIB) \ -DCMAKE_FIND_ROOT_PATH="$(TOOLCHAIN)/sysroot/usr;$(PREFIX)" .. $(LIBDYLIB): $(PLATFORM) |