jjb: Use python3.9 explicitly on MacOS
[lttng-ci.git] / scripts / liburcu / build.sh
index ed976297c1f41af719bde137732ac62f0dee9776..edf47953290901d4226463f5ffd524b4ebbb6406 100755 (executable)
@@ -196,8 +196,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"
     ;;
 
 freebsd)
This page took 0.023739 seconds and 4 git commands to generate.