Skip to content

Commit

Permalink
[gn] Set CLANGD_ENABLE_REMOTE=0
Browse files Browse the repository at this point in the history
To fix the build after 37ac559.
  • Loading branch information
zmodem committed Jul 27, 2020
1 parent 40d11a8 commit 0de629d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
Expand Up @@ -16,6 +16,7 @@ write_cmake_config("features") {
} else {
values += [ "CLANGD_BUILD_XPC=0" ]
}
values += [ "CLANGD_ENABLE_REMOTE=0" ]
public_configs = [ ":features_config" ]
}

Expand Down

0 comments on commit 0de629d

Please sign in to comment.