From 996ea03d874c714f312c1bfbafda3dddc2172a39 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Wed, 7 Jun 2023 09:31:10 -0400 Subject: SL-18837: On Windows, try using py.exe Python stub. --- autobuild.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/autobuild.xml b/autobuild.xml index 31ab78c79b..9c8bf57f60 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3676,6 +3676,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors ${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN} -A ${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} + -DPYTHON_EXECUTABLE=C:\Windows\py.exe default @@ -3719,6 +3720,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors -DINSTALL_PROPRIETARY=FALSE -DUSE_KDU=FALSE -DUSE_OPENAL:BOOL=ON + -DPYTHON_EXECUTABLE=C:\Windows\py.exe name @@ -3752,6 +3754,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors ${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN} -A ${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} + -DPYTHON_EXECUTABLE=C:\Windows\py.exe name @@ -3794,6 +3797,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors -DINSTALL_PROPRIETARY=FALSE -DUSE_KDU=FALSE -DUSE_OPENAL:BOOL=ON + -DPYTHON_EXECUTABLE=C:\Windows\py.exe name -- cgit v1.2.3