parent
6f7048b917
commit
d67553d12f
|
@ -355,7 +355,7 @@ if have_icu and have_icu_builtin
|
||||||
deps += [icu_dep]
|
deps += [icu_dep]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if not get_option('with_libstdcxx')
|
if get_option('with_libstdcxx')
|
||||||
chosen_linker = 'cpp'
|
chosen_linker = 'cpp'
|
||||||
else
|
else
|
||||||
# Use a C linker, not C++; Don't link to libstdc++
|
# Use a C linker, not C++; Don't link to libstdc++
|
||||||
|
|
Loading…
Reference in New Issue