summaryrefslogtreecommitdiff
blob: 08b40f31455aa5c284e84a00b0c7c4b9a347e3a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Don't look for the framework path, we build Python the UNIX way for
Gentoo Prefix

--- engine/build.jam
+++ engine/build.jam
@@ -82,11 +82,6 @@
         }
         --python-lib = $(--python-lib[1]) ;
     }
-    else if $(OS) = MACOSX
-    {
-        --python-include = [ .path $(python-location) Headers ] ;
-        --python-lib = $(python-location) Python ;
-    }
     else
     {
         --python-include = ;