================
@@ -272,6 +272,8 @@ def parseOptionsAndInitTestdirs():
configuration.make_path = "gmake"
else:
configuration.make_path = "make"
+ if ' ' in configuration.make_path:
+ configuration.make_path = f'"{configuration.make_path}"'
----------------
weliveindetail wrote:
The default install path on Windows is `C:\Program Files
(x86)\GnuWin32\bin\make.exe` unfortunately.
https://github.com/llvm/llvm-project/pull/111531
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits