[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 05:35:44 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 I don't think this is great, but I think it's because you can't have 32 and 64 bit python in the path at the same time? I wonder if we should probe for this in some better way than hardcoding paths. cc @zmodem
https://github.com/llvm/llvm-project/pull/78273
More information about the llvm-commits
mailing list