Skip to content

Commit 90b5f5b

Browse files
committed
Reconfigure libstdc++
1 parent 13861f5 commit 90b5f5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-multi-platform.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Check configuration
5353
run: |
5454
echo "GCC: $(which gcc-14)"
55-
echo "Other Glibc: $(cat $(gcc-14 -print-file-name=libstdc++.dylib))"
55+
echo "Other Glibc: $(gcc-14 -print-file-name=libstdc++.dylib)"
5656
echo "GCC INCLUDES: $(gcc-14 -print-search-dirs | grep install)"
5757
echo "GCC LIBS: $(gcc-14 -print-search-dirs | grep libraries)"
5858
echo "Include dir: $(ls -l /opt/homebrew/lib/gcc/current/gcc/aarch64-apple-darwin23/14/include)"
@@ -89,7 +89,7 @@ jobs:
8989
cmake -B ${{ steps.strings.outputs.build-output-dir }}
9090
-DCMAKE_CXX_COMPILER=/opt/homebrew/opt/llvm/bin/clang++
9191
-DCMAKE_C_COMPILER=/opt/homebrew/opt/llvm/bin/clang
92-
-DCMAKE_CXX_FLAGS=" -stdlib=libstdc++ -I/opt/homebrew/lib/gcc/current/gcc/aarch64-apple-darwin23/14 -L/opt/homebrew/opt/gcc/lib/gcc/current -Wl,-rpath,/opt/homebrew/opt/gcc/lib/gcc/current"
92+
-DCMAKE_CXX_FLAGS=" -stdlib=libstdc++ -I/opt/homebrew/lib/gcc/current/gcc/aarch64-apple-darwin23/14 -I/opt/homebrew/lib/gcc/current/gcc/aarch64-apple-darwin23/14/include -L/opt/homebrew/opt/gcc/lib/gcc/current -Wl,-rpath,/opt/homebrew/opt/gcc/lib/gcc/current"
9393
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
9494
-S ${{ github.workspace }} -G Ninja
9595

0 commit comments

Comments
 (0)