From: vsr Date: Mon, 6 May 2013 06:13:46 +0000 (+0000) Subject: Fix pb with python detection X-Git-Tag: V7_2_0~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5cafbdcc633ca8627501473bbfb05bd2fe36c876;p=tools%2Finstall.git Fix pb with python detection --- diff --git a/config_files/swig.sh b/config_files/swig.sh index 276d688..dd90a46 100755 --- a/config_files/swig.sh +++ b/config_files/swig.sh @@ -76,7 +76,7 @@ install_source # build sources cd ${PRODUCT_SRC_DIR} -SWIG_CONFIGURE_FLAGS="--with-boost=${BOOSTDIR} --with-python=${PYTHONHOME} --with-tcl=${TCLHOME}" +SWIG_CONFIGURE_FLAGS="--with-boost=${BOOSTDIR} --with-python=${PYTHONHOME}/bin/python --with-tcl=${TCLHOME}" if test `uname -m` = "x86_64" ; then SWIG_CONFIGURE_FLAGS="${SWIG_CONFIGURE_FLAGS} CFLAGS=-m64 CXXFLAGS=-m64" fi