[gn build] slightly improve libcxx_needs_site_config

The write_cmake_config() here still looks busted, but at least
the value that's explicitly set is now set correctly.
This commit is contained in:
Nico Weber 2020-09-11 11:32:17 -04:00
parent d2c69c2f49
commit 87494def48
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ if (libcxx_needs_site_config) {
values += [ "_LIBCPP_ABI_NAMESPACE=$libcxx_abi_namespace" ] values += [ "_LIBCPP_ABI_NAMESPACE=$libcxx_abi_namespace" ]
} }
if (libcxx_abi_unstable) { if (libcxx_abi_unstable) {
values += [ "_LIBCPP_ABI_UNSTABLE=" ] values += [ "_LIBCPP_ABI_UNSTABLE=1" ]
} }
} }