Skip to content

Commit

Permalink
[gn build] slightly improve libcxx_needs_site_config
Browse files Browse the repository at this point in the history
The write_cmake_config() here still looks busted, but at least
the value that's explicitly set is now set correctly.
  • Loading branch information
nico committed Sep 11, 2020
1 parent d2c69c2 commit 87494de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/gn/secondary/libcxx/include/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (libcxx_needs_site_config) {
values += [ "_LIBCPP_ABI_NAMESPACE=$libcxx_abi_namespace" ]
}
if (libcxx_abi_unstable) {
values += [ "_LIBCPP_ABI_UNSTABLE=" ]
values += [ "_LIBCPP_ABI_UNSTABLE=1" ]
}
}

Expand Down

0 comments on commit 87494de

Please sign in to comment.