[meson] fix with_libstdcxx effect

oops
This commit is contained in:
Ebrahim Byagowi 2020-06-04 12:31:57 +04:30 committed by GitHub
parent 6f7048b917
commit d67553d12f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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++