Babeltrace: we do not support solaris for bt2/master
[lttng-ci.git] / scripts / babeltrace / build.sh
index bab025d5a330c9b647a96c50374b3c3325ee8a05..92c47ed32a8ff29e7af3ddae378b14e27d9e7469 100755 (executable)
@@ -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"
     ;;
 *)
This page took 0.023272 seconds and 4 git commands to generate.