[llvm] On Windows, make the release script work with the local git checkout (PR #78273)

Tobias Hieta via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 06:11:17 PST 2024


================
@@ -106,8 +108,8 @@ echo Using VS devcmd: %vsdevcmd%
 :: start echoing what we do
 @echo on
 
-set python32_dir=C:\Users\%USERNAME%\AppData\Local\Programs\Python\Python310-32
-set python64_dir=C:\Users\%USERNAME%\AppData\Local\Programs\Python\Python310
+set python32_dir=C:\Users\%USERNAME%\AppData\Local\Programs\Python\Python311-32
----------------
tru wrote:

Yeah downloading the right one and allowing a local override sounds like the right way forward.

https://github.com/llvm/llvm-project/pull/78273


More information about the llvm-commits mailing list