Created
August 3, 2011 15:08
-
-
Save d235j/1122856 to your computer and use it in GitHub Desktop.
GMTL patch for boost-python library
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -Nrbu ./gmtl-0.6.1-orig/SConstruct gmtl-0.6.1/SConstruct | |
| --- ./gmtl-0.6.1-orig/SConstruct 2009-11-21 16:31:52.000000000 -0500 | |
| +++ gmtl-0.6.1/SConstruct 2011-08-03 11:00:13.000000000 -0400 | |
| @@ -401,8 +401,9 @@ | |
| libdirs.append('lib64') | |
| full_bpl = 'boost_python%s%s%s%s' % (tool, threading, dbg, version) | |
| + med_bpl = 'boost_python%s' % (threading) | |
| min_bpl = 'boost_python' | |
| - names = [full_bpl, min_bpl] | |
| + names = [full_bpl, med_bpl, min_bpl] | |
| # We would prefer to use the full Boost.Python name, but the search | |
| # performed below will give us something valid. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment