forked from premiere/premiere-libtorrent
fix macports include path
This commit is contained in:
parent
cee7f2a809
commit
4e861e923d
2
Jamfile
2
Jamfile
|
@ -150,7 +150,7 @@ rule linking ( properties * )
|
||||||
# on mac the boost headers are installed in
|
# on mac the boost headers are installed in
|
||||||
# a directory that isn't automatically accessable
|
# a directory that isn't automatically accessable
|
||||||
result += <include>/opt/local/include/boost-1_35
|
result += <include>/opt/local/include/boost-1_35
|
||||||
<include>/opt/local/include/boost
|
<include>/opt/local/include
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue