From 53ace5fccad1a91939ff189ce8d1ed134d7a6929 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 11 Feb 2009 04:23:10 -0400 Subject: Updated the Boost version I'm building with on OS X to 1.38. --- lib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Makefile') 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 \ -- cgit v1.2.3