Skip to content

Commit

Permalink
Merge pull request #75 from adamfranco/macports-boost-setup
Browse files Browse the repository at this point in the history
Find libboost_python3-mt.dylib installed by MacPorts
  • Loading branch information
lonvia authored Sep 22, 2018
2 parents f36fa2e + cdea6ce commit dd04ae7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ def find_includes(libname, chk_file=None, prefix=None, version_postfix=None):
"-%d.%d" % (pyversion.major, pyversion.minor),
# Darwin
"%d%d" % (pyversion.major, pyversion.minor),
# Darwin installed by MacPorts
"%d-mt" % (pyversion.major),
# standard suffix for Python3
"%d" % (pyversion.major),
# standard naming
Expand Down

0 comments on commit dd04ae7

Please sign in to comment.