ansible: Install modules deps only on amd64
[lttng-ci.git] / scripts / babeltrace / build.sh
index 614062ae72a3162c3e55866946a4dfc86ec4c5ce..2d39c2c0fee0af9b45b6af2da5f650e9bb6fa59e 100755 (executable)
@@ -195,8 +195,8 @@ macos*)
     export PATH="/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
     export CPPFLAGS="-I/opt/local/include"
     export LDFLAGS="-L/opt/local/lib"
-    export PYTHON="python3"
-    export PYTHON_CONFIG="python3-config"
+    export PYTHON="python3.9"
+    export PYTHON_CONFIG="python3.9-config"
     ;;
 
 cygwin)
This page took 0.022072 seconds and 4 git commands to generate.