Browse Source

wscript: enable clang_compilation_database in options

half-secret
Alibek Omarov 5 years ago
parent
commit
a9d9f475b0
  1. 2
      wscript

2
wscript

@ -29,7 +29,7 @@ def options(opt): @@ -29,7 +29,7 @@ def options(opt):
opt.recurse('cl_dll dlls')
opt.load('xcompile compiler_cxx compiler_c')
opt.load('xcompile compiler_cxx compiler_c clang_compilation_database')
if sys.platform == 'win32':
opt.load('msvc msdev')
opt.load('reconfigure')

Loading…
Cancel
Save