From 4336f7cb80c524e22123e8bf76e6f78d34356bfb Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Wed, 20 May 2009 18:51:37 +0000 Subject: [PATCH] Add some extra include dirs for when building on OS X using Fink --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8fd17a096..bde91d680 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,9 @@ else: if osx_check(): _include_dirs += [ '/opt/local/include/boost-1_35', - '/opt/local/include/boost-1_36' + '/opt/local/include/boost-1_36', + '/sw/include/boost-1_35', + '/sw/include/boost' ] _libraries = [ 'boost_filesystem',