lbry-android-sdk/p4a/pythonforandroidold/recipes/boost/use-android-libs.patch

11 lines
449 B
Diff
Raw Normal View History

2022-12-02 21:15:34 +01:00
--- boost/tools/build/src/tools/python.jam 2015-10-16 20:55:36.000000000 +0200
+++ boost-patch/tools/build/src/tools/python.jam 2016-02-09 13:16:09.519261546 +0100
@@ -646,6 +646,7 @@
case aix : return <library>pthread <library>dl ;
+ case * : return ; # use Android builtin libs
case * : return <library>pthread <library>dl
<toolset>gcc:<library>util <toolset-intel:platform>linux:<library>util ;
}