marylinh / pyv8

Automatically exported from code.google.com/p/pyv8
0 stars 0 forks source link

[patch] Allow linking with boost_python_mt #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This patch adds new parameter BOOST_PYTHON_MT to build system. If it 
evaluates to True, pyv8 links to libboost_python-mt else libbboost_python. 
It's needed for current Ubuntu Karmic. Need to verify on other platforms.

Original issue reported on code.google.com by gauss...@gmail.com on 25 Jan 2010 at 7:31

GoogleCodeExporter commented 9 years ago
Updated patch (previous contains typo)

Original comment by gauss...@gmail.com on 25 Jan 2010 at 7:45

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by flier...@gmail.com on 26 Jan 2010 at 2:00

GoogleCodeExporter commented 9 years ago
Please verify it with SVN code after r227, thanks for your patch :)

Original comment by flier...@gmail.com on 26 Jan 2010 at 4:29

GoogleCodeExporter commented 9 years ago
verified, ok, thank you =)

Original comment by gauss...@gmail.com on 26 Jan 2010 at 7:24

GoogleCodeExporter commented 9 years ago
Thanks

Original comment by flier...@gmail.com on 27 Jan 2010 at 2:13