summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile
index ff4c0d08..48ae86c1 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -9,17 +9,17 @@ STOW_ROOT = /usr/local/stow
HERE = $(shell pwd)
-BOOST_VER = 1_37_0
+BOOST_VER = 1_38_0
# architecture=combined
boost-release:
- (cd boost_$(BOOST_VER) && \
+ (cd boost && \
bjam release -j3 --prefix=$(STOW_ROOT)/boost_$(BOOST_VER) \
--build-dir=$(HERE)/boost_$(BOOST_VER)/build --toolset=darwin \
--build-type=complete install)
boost-debug:
- (cd boost_$(BOOST_VER) && \
+ (cd boost && \
bjam debug -j3 --prefix=$(STOW_ROOT)/boost_$(BOOST_VER) \
--build-dir=$(HERE)/boost_$(BOOST_VER)/build --toolset=darwin \
--build-type=complete \