ansible: add tests dependencies for binutils-gdb
[lttng-ci.git] / scripts / lttng-tools / build.sh
index 77eb06e45bc0db885643b372cc65035f3bbee1d9..848f25549e9d81cf6e269d4997ac95b418cb02dd 100755 (executable)
@@ -224,8 +224,8 @@ macos*)
     export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
     export CPPFLAGS="-I/opt/local/include $CPPFLAGS"
     export LDFLAGS="-L/opt/local/lib $LDFLAGS"
-    export PYTHON="python3.9"
-    export PYTHON_CONFIG="python3.9-config"
+    export PYTHON="python3"
+    export PYTHON_CONFIG="python3-config"
 
     LTTNG_TOOLS_RUN_TESTS="no"
     ;;
This page took 0.024134 seconds and 4 git commands to generate.