Skip to content

Commit 93be800

Browse files
committed
libc++ instead of libstdc++
1 parent b547b00 commit 93be800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
-DCMAKE_BUILD_TYPE=Release \
126126
-DCMAKE_POSITION_INDEPENDENT_CODE=TRUE \
127127
-DBUILD_SHARED_LIBS=OFF \
128-
-DCMAKE_CXX_FLAGS="-static-libstdc++ -static-libgcc" \
128+
-DCMAKE_CXX_FLAGS="-static-libc++" \
129129
-DCMAKE_EXE_LINKER_FLAGS="-static" \
130130
..
131131
make

0 commit comments

Comments
 (0)