Invocations of C++ compiler by Lake tests don't pass -isysroot
on macOS
#6296
Labels
bug
Something isn't working
-isysroot
on macOS
#6296
Prerequisites
https://github.com/leanprover/lean4/issues
Description
When C++ files are built as part of Lake tests, they do not pass
-isysroot
to Clang, which causes Clang to be unable to find system libraries.Steps to Reproduce
cmake --preset release
.make -C build/release -j<N>
.make -C build/release test -j<N>
.Expected behavior:
Invocations of the C++ compiler by Lake succeed.
Actual behavior:
The C++ compiler emits errors indicative of an unspecified sysroot, e.g.
Versions
lean4 d9d54c1
macOS Sonoma 14.7.1
The text was updated successfully, but these errors were encountered: