summaryrefslogtreecommitdiffstats
path: root/src/boost.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-02-03 20:48:46 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-02-03 20:48:46 (GMT)
commit1b6505c313336e54a8ee4de7faf20eac149acbd8 (patch)
tree6573cfa9828025575c58eda8c0c08c2eea8a9a46 /src/boost.mk
parentb43fe868d5f5512469657b5000464ec244d44fd0 (diff)
downloadmxe-1b6505c313336e54a8ee4de7faf20eac149acbd8.zip
mxe-1b6505c313336e54a8ee4de7faf20eac149acbd8.tar.gz
mxe-1b6505c313336e54a8ee4de7faf20eac149acbd8.tar.bz2
portability fixes for MacOS X
Diffstat (limited to 'src/boost.mk')
-rw-r--r--src/boost.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boost.mk b/src/boost.mk
index beab28b..475fb3e 100644
--- a/src/boost.mk
+++ b/src/boost.mk
@@ -21,7 +21,7 @@ define $(PKG)_BUILD
$(SED) 's,<target-os>windows : lib ;,<target-os>windows : a ;,' -i '$(1)/tools/build/v2/tools/types/lib.jam'
# compile boost jam
cd '$(1)/tools/jam/src' && ./build.sh
- cd '$(1)' && tools/jam/src/bin.linuxx86/bjam \
+ cd '$(1)' && tools/jam/src/bin.*/bjam \
-j '$(JOBS)' \
--user-config=user-config.jam \
target-os=windows \