Changed PYTHON_HOME path in acprep
This commit is contained in:
parent
83b052e744
commit
6f345c6578
1 changed files with 1 additions and 1 deletions
2
acprep
2
acprep
|
|
@ -30,7 +30,7 @@ INCDIRS="$INCDIRS -I/usr/local/include/boost-1_35"
|
||||||
LIBDIRS="-L/sw/lib -L/opt/local/lib"
|
LIBDIRS="-L/sw/lib -L/opt/local/lib"
|
||||||
LIBDIRS="$LIBDIRS -L/usr/local/lib"
|
LIBDIRS="$LIBDIRS -L/usr/local/lib"
|
||||||
|
|
||||||
PYTHON_HOME="/Library/Frameworks/Python.framework/Versions/2.5"
|
PYTHON_HOME="/usr"
|
||||||
|
|
||||||
|
|
||||||
SYSTEM=`uname -s`
|
SYSTEM=`uname -s`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue