mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-24 16:45:07 +00:00
Add a comment explaining part of the build script
This commit is contained in:
parent
5bef84cabf
commit
a4e3299e7d
3
wscript
3
wscript
@ -304,6 +304,9 @@ def build(bld):
|
||||
lib.append('ncurses')
|
||||
|
||||
if bld.env['use_system_clang']:
|
||||
# If the user passed `--llvm-config=` (setting `llvm-config` to
|
||||
# the empty string) to the configure phase, we should not try to
|
||||
# run it.
|
||||
if bld.env['llvm_config']:
|
||||
rpath = str(subprocess.check_output(
|
||||
[bld.env['llvm_config'], '--libdir'],
|
||||
|
Loading…
Reference in New Issue
Block a user