Skip to content

Commit 1fa9726

Browse files
committed
MacOS: use libstdc++ (rather than libc++)
1 parent 845b0a6 commit 1fa9726

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conan-profiles/conan-profile-macOS-ARM64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ arch=armv8
88
compiler=apple-clang
99
compiler.version=17
1010
compiler.cppstd={{ os.getenv("CXX_VERSION") }}
11-
compiler.libcxx=libc++
11+
compiler.libcxx=libstdc++
1212

1313
[options]
1414
boost/*:without_stacktrace=True

conan-profiles/conan-profile-macOS-X64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ arch=x86_64
77
compiler=apple-clang
88
compiler.version=17
99
compiler.cppstd={{ os.getenv("CXX_VERSION") }}
10-
compiler.libcxx=libc++
10+
compiler.libcxx=libstdc++
1111

1212
[options]
1313
minizip-ng/*:with_zlib=True

0 commit comments

Comments
 (0)