fix macports include path

This commit is contained in:
Arvid Norberg 2009-12-06 02:24:34 +00:00
parent cee7f2a809
commit 4e861e923d
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ rule linking ( properties * )
# on mac the boost headers are installed in
# a directory that isn't automatically accessable
result += <include>/opt/local/include/boost-1_35
<include>/opt/local/include/boost
<include>/opt/local/include
;
}