X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fbabeltrace%2Fbuild.sh;h=92c47ed32a8ff29e7af3ddae378b14e27d9e7469;hb=c3accd92fccc9f6b22c9af2d91e4b0e97556c66f;hp=bab025d5a330c9b647a96c50374b3c3325ee8a05;hpb=8130d8456f1a619e8735584372c6d290ca6692ac;p=lttng-ci.git diff --git a/scripts/babeltrace/build.sh b/scripts/babeltrace/build.sh index bab025d..92c47ed 100755 --- a/scripts/babeltrace/build.sh +++ b/scripts/babeltrace/build.sh @@ -215,7 +215,7 @@ python-bindings) echo "Build with python bindings" # We only support bindings built with Python 3 export PYTHON="python3" - export PYTHON_CONFIG="/usr/bin/python3-config" + export PYTHON_CONFIG="python3-config" CONF_OPTS="--enable-python-bindings" if vergte "$PACKAGE_VERSION" "2.0"; then @@ -232,7 +232,7 @@ production) # Enable the python bindings export PYTHON="python3" - export PYTHON_CONFIG="/usr/bin/python3-config" + export PYTHON_CONFIG="python3-config" CONF_OPTS="--enable-python-bindings --enable-python-bindings-doc --enable-python-plugins" ;; *)