[gn build] (manually) merge 07f8ca6ab1

This commit is contained in:
Nico Weber 2020-05-05 06:15:20 -04:00
parent 5bb5fa3c0a
commit f174f1c59a
1 changed files with 1 additions and 3 deletions

View File

@ -10,9 +10,7 @@ config("features_config") {
write_cmake_config("features") {
input = "Features.inc.in"
output = "$target_gen_dir/Features.inc"
# FIXME: Real remote support.
values = [ "CLANGD_ENABLE_REMOTE=0" ]
values = []
if (clangd_build_xpc) {
values += [ "CLANGD_BUILD_XPC=1" ]
} else {