blob: 08b40f31455aa5c284e84a00b0c7c4b9a347e3a3 [file] [log] [blame]
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 = ;