mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-25 09:05:10 +00:00
Fix compile under waf and pass modified settings to extension
This commit is contained in:
parent
ea045499b6
commit
bc838822a5
5
wscript
5
wscript
@ -103,8 +103,9 @@ def build(bld):
|
|||||||
includes=[
|
includes=[
|
||||||
'third_party/',
|
'third_party/',
|
||||||
'third_party/doctest/',
|
'third_party/doctest/',
|
||||||
'third_party/rapidjson/include',
|
'third_party/rapidjson/include/',
|
||||||
'third_party/sparsehash/src',
|
'third_party/sparsehash/src/',
|
||||||
|
'third_party/sparsepp/',
|
||||||
CLANG_INCLUDE_DIR],
|
CLANG_INCLUDE_DIR],
|
||||||
lib=lib,
|
lib=lib,
|
||||||
libpath=[CLANG_LIB_DIR],
|
libpath=[CLANG_LIB_DIR],
|
||||||
|
Loading…
Reference in New Issue
Block a user