[prev in list] [next in list] [prev in thread] [next in thread] 

List:       boost-build
Subject:    [Boost-build] boost.jam and Python3
From:       Juraj_Ivančić <juraj.ivancic () gmail ! com>
Date:       2011-02-22 17:30:51
Message-ID: ik0rsd$84p$1 () dough ! gmane ! org
[Download RAW message or body]

Hi

If you build Boost.Python with Python 3.x
the resulting library will have '3' appended
to usual library name, e.g.

libboost_python3-vc90-mt.lib

Could someone update contrib/boost.jam to
reflect this? Proposed patch attached.

Thanks,
	Juraj

["boost.jam.diff" (text/plain)]

Index: boost.jam
===================================================================
--- boost.jam	(revision 69140)
+++ boost.jam	(working copy)
@@ -224,6 +224,8 @@
         <link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK ;
     lib python           : : : : 
         <link>shared:<define>BOOST_PYTHON_DYN_LINK ;
+    lib python3          : : : : 
+        <link>shared:<define>BOOST_PYTHON_DYN_LINK ;
     lib random           : : : :
         <link>shared:<define>BOOST_RANDOM_DYN_LINK ;
     lib regex            : : : : 


_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic