mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Fix waf build
This commit is contained in:
parent
3599a831b1
commit
07c0ae109e
3
wscript
3
wscript
@ -165,7 +165,7 @@ def configure(conf):
|
||||
def build(bld):
|
||||
# todo: configure vars
|
||||
|
||||
cc_files = bld.path.ant_glob(['src/*.cc'])
|
||||
cc_files = bld.path.ant_glob(['src/*.cc', 'src/messages/*.cc'])
|
||||
|
||||
lib = []
|
||||
if sys.platform.startswith('linux'):
|
||||
@ -180,6 +180,7 @@ def build(bld):
|
||||
use='clang',
|
||||
cxxflags=['-g', '-O3', '-std=c++11', '-Wall', '-Wno-sign-compare', '-Werror'],
|
||||
includes=[
|
||||
'src/',
|
||||
'third_party/',
|
||||
'third_party/doctest/',
|
||||
'third_party/loguru/',
|
||||
|
Loading…
Reference in New Issue
Block a user