diff --git a/historic/jam/src/build.jam b/historic/jam/src/build.jam index bde19a823..45e45bf7d 100644 --- a/historic/jam/src/build.jam +++ b/historic/jam/src/build.jam @@ -17,9 +17,9 @@ VERSION = 3$(.)1$(.)10 ; RELEASE = 1 ; LICENSE = 1_0 ; -HAVE_PYTHON = 0 ; -PYTHON_INCUDES = /usr/include/python2.3 ; -PYTHON_LIB = -lpython2.3 ; +HAVE_PYTHON = 1 ; +PYTHON_INCUDES = ; # /System/Library/Frameworks/Python.framework/Headers ; +PYTHON_LIB = -framework python ; # Generate development debug binaries? diff --git a/jam_src/build.jam b/jam_src/build.jam index bde19a823..45e45bf7d 100644 --- a/jam_src/build.jam +++ b/jam_src/build.jam @@ -17,9 +17,9 @@ VERSION = 3$(.)1$(.)10 ; RELEASE = 1 ; LICENSE = 1_0 ; -HAVE_PYTHON = 0 ; -PYTHON_INCUDES = /usr/include/python2.3 ; -PYTHON_LIB = -lpython2.3 ; +HAVE_PYTHON = 1 ; +PYTHON_INCUDES = ; # /System/Library/Frameworks/Python.framework/Headers ; +PYTHON_LIB = -framework python ; # Generate development debug binaries?