We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be99bb9 commit 12b75feCopy full SHA for 12b75fe
src/ci/stage-build.py
@@ -842,7 +842,7 @@ def extract_dist_dir(name: str) -> Path:
842
843
# Specify path to a LLVM config so that LLVM is not rebuilt.
844
# It doesn't really matter which LLVM config we choose, because no sysroot will be compiled.
845
- llvm_config = pipeline.build_artifacts() / "llvm" / "bin" / "llvm-config"
+ llvm_config = pipeline.build_artifacts() / "llvm" / "bin" / f"llvm-config{pipeline.executable_extension()}"
846
assert llvm_config.is_file()
847
848
config_content = f"""profile = "user"
0 commit comments