From 5cafbdcc633ca8627501473bbfb05bd2fe36c876 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 6 May 2013 06:13:46 +0000 Subject: [PATCH] Fix pb with python detection --- config_files/swig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2