Skip to content

Commit

Permalink
Use system libc++?
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed Jan 8, 2025
1 parent fc68f7d commit 765fbb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/scripts/CMakeUserPresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"cacheVariables": {
"CMAKE_C_COMPILER": "/opt/homebrew/opt/llvm/bin/clang",
"CMAKE_CXX_COMPILER": "/opt/homebrew/opt/llvm/bin/clang++",
"CMAKE_CXX_FLAGS": "-nostdinc++ -nostdlib++ -isystem /opt/homebrew/opt/llvm/include/c++/v1",
"CMAKE_EXE_LINKER_FLAGS": "-L /opt/homebrew/opt/llvm/lib/c++ -Wl,-rpath,/opt/homebrew/opt/llvm/lib/c++ -lc++",
"VCPKG_TARGET_TRIPLET": "arm64-macos-clang"
}
},
Expand Down

0 comments on commit 765fbb5

Please sign in to comment.