Skip to content

Commit b87d4b2

Browse files
committed
fixes for macos compilation
1 parent 6555634 commit b87d4b2

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++" \
107+
-DCMAKE_EXE_LINKER_FLAGS="-stdlib=libc++ -lc++abi " \
108108
-DCMAKE_INSTALL_PREFIX="./install" \
109109
-G Ninja \
110110
..

0 commit comments

Comments
 (0)