2018-01-07 11:24:52 +01:00
|
|
|
--- ../cache/boost_1_65_1/tools/build/src/tools/python.jam 2017-09-02 09:56:19.000000000 +0000
|
|
|
|
+++ ./tools/build/src/tools/python.jam 2018-01-06 01:26:09.993772847 +0000
|
2017-05-04 00:00:01 +02:00
|
|
|
@@ -651,7 +651,7 @@
|
|
|
|
|
|
|
|
case aix : return <library>pthread <library>dl ;
|
|
|
|
|
|
|
|
- case * : return <library>pthread <library>dl
|
2018-01-07 11:24:52 +01:00
|
|
|
+ case * : return <library>dl <linkflags>-lpython3.6m ;
|
2017-05-04 00:00:01 +02:00
|
|
|
<toolset>gcc:<library>util <toolset-intel:platform>linux:<library>util ;
|
|
|
|
}
|
|
|
|
}
|