summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-02-11 01:54:34 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-02-11 01:54:34 (GMT)
commite6495848ce52081ce43bbb232350264a3c11e0c3 (patch)
treec941d08ef21dc20577a7ffc166c317ecdb94ef75
parent540c9e8f323951c1b33a48ecc286c5449348ce0c (diff)
downloadmxe-e6495848ce52081ce43bbb232350264a3c11e0c3.zip
mxe-e6495848ce52081ce43bbb232350264a3c11e0c3.tar.gz
mxe-e6495848ce52081ce43bbb232350264a3c11e0c3.tar.bz2
package boost: use $(TARGET)-ranlib in user.config.jam
-rw-r--r--src/boost.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boost.mk b/src/boost.mk
index 9ca4cca..6ee3180 100644
--- a/src/boost.mk
+++ b/src/boost.mk
@@ -22,7 +22,7 @@ define $(PKG)_BUILD
rm -r '$(1)/libs/context'
# old version appears to interfere
rm -rf '$(PREFIX)/$(TARGET)/include/boost/'
- echo 'using gcc : : $(TARGET)-g++ : <rc>$(TARGET)-windres <archiver>$(TARGET)-ar ;' > '$(1)/user-config.jam'
+ echo 'using gcc : : $(TARGET)-g++ : <rc>$(TARGET)-windres <archiver>$(TARGET)-ar <ranlib>$(TARGET)-ranlib ;' > '$(1)/user-config.jam'
# compile boost jam
cd '$(1)/tools/build/v2/engine' && ./build.sh
cd '$(1)' && tools/build/v2/engine/bin.*/bjam \