From a9d9f475b044f9c8026518e2af37d196bf6538d8 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 10 Sep 2019 10:33:19 +0300 Subject: [PATCH] wscript: enable clang_compilation_database in options --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index ede9efa4..ef74ff6e 100644 --- a/wscript +++ b/wscript @@ -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')