Skip to content

Commit dd04ae7

Browse files
authored
Merge pull request osmcode#75 from adamfranco/macports-boost-setup
Find libboost_python3-mt.dylib installed by MacPorts
2 parents f36fa2e + cdea6ce commit dd04ae7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ def find_includes(libname, chk_file=None, prefix=None, version_postfix=None):
9696
"-%d.%d" % (pyversion.major, pyversion.minor),
9797
# Darwin
9898
"%d%d" % (pyversion.major, pyversion.minor),
99+
# Darwin installed by MacPorts
100+
"%d-mt" % (pyversion.major),
99101
# standard suffix for Python3
100102
"%d" % (pyversion.major),
101103
# standard naming

0 commit comments

Comments
 (0)