We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87d4b2 commit 10ce791Copy full SHA for 10ce791
1 file changed
.github/workflows/build.yml
@@ -104,7 +104,7 @@ jobs:
104
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
105
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
106
-DCMAKE_CXX_FLAGS="-stdlib=libc++" \
107
- -DCMAKE_EXE_LINKER_FLAGS="-stdlib=libc++ -lc++abi " \
+ -DCMAKE_EXE_LINKER_FLAGS="-lc++ -lc++abi -L$(brew --prefix llvm)/lib -Wl,-rpath,$(brew --prefix llvm)/lib" \
108
-DCMAKE_INSTALL_PREFIX="./install" \
109
-G Ninja \
110
..
0 commit comments