[meson] fix with_libstdcxx effect

oops
pull/2443/head
Ebrahim Byagowi 5 years ago committed by GitHub
parent 6f7048b917
commit d67553d12f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/meson.build

@ -355,7 +355,7 @@ if have_icu and have_icu_builtin
deps += [icu_dep]
endif
if not get_option('with_libstdcxx')
if get_option('with_libstdcxx')
chosen_linker = 'cpp'
else
# Use a C linker, not C++; Don't link to libstdc++

Loading…
Cancel
Save