forked from OSchip/llvm-project
[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:
parent
d2c69c2f49
commit
87494def48
|
@ -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" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue