From 447620f89fb8242796e97aca735a1235de514f82 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 29f8151c5..b5d900e02 100644 --- a/setup.py +++ b/setup.py @@ -141,7 +141,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',