Skip to content

Commit acf59d3

Browse files
committed
buildsystem: don't add '-stdlib=libc++' to pkg-config, so that it doesn't interfere with the library being used in C context
1 parent be468a7 commit acf59d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/options/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ elif cpp.get_id() == 'clang'
6969
if build_with_libcpp
7070

7171
core_lib += {
72-
'compile_args': [core_lib.get('compile_args'), '-stdlib=libc++'],
7372
'deps': [
7473
core_lib.get('deps'),
7574
cpp.find_library('c++'),

0 commit comments

Comments
 (0)