From e1f99fb309aa1afabb7d16cf44c5cf958cfdcaf3 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 21 Apr 2018 11:17:15 -0400 Subject: [PATCH] fix boost-python linking with latest version of brew --- bindings/python/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/Jamfile b/bindings/python/Jamfile index a93325762..8b32b5536 100644 --- a/bindings/python/Jamfile +++ b/bindings/python/Jamfile @@ -73,7 +73,7 @@ else ; # the names are decorated in MacPorts - lib boost_python : : darwin boost_python-mt + lib boost_python : : darwin boost_python27-mt : : $(boost-include-path) ; lib boost_python3 : : darwin boost_python3-mt : : $(boost-include-path) ;