================
@@ -32,6 +32,8 @@
if "HOME" in os.environ:
config.environment["HOME"] = os.environ["HOME"]
+if "SystemDrive" in os.environ:
+ config.environment["SystemDrive"] = os.environ["SystemDrive"]
----------------
sdkrystian wrote:Sure https://github.com/llvm/llvm-project/pull/90478 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
