Skip to content

Commit 10ce791

Browse files
committed
fixes for macos compilation
1 parent b87d4b2 commit 10ce791

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
105105
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
106106
-DCMAKE_CXX_FLAGS="-stdlib=libc++" \
107-
-DCMAKE_EXE_LINKER_FLAGS="-stdlib=libc++ -lc++abi " \
107+
-DCMAKE_EXE_LINKER_FLAGS="-lc++ -lc++abi -L$(brew --prefix llvm)/lib -Wl,-rpath,$(brew --prefix llvm)/lib" \
108108
-DCMAKE_INSTALL_PREFIX="./install" \
109109
-G Ninja \
110110
..

0 commit comments

Comments
 (0)