From 5986874be256d3f4118bc705f204d4b8c1012ec8 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 10 Sep 2019 10:30:03 +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 538a62fa..52380847 100644 --- a/wscript +++ b/wscript @@ -60,7 +60,7 @@ def options(opt): opt.add_subproject(subdirs()) - opt.load('xcompile compiler_cxx compiler_c sdl2') + opt.load('xcompile compiler_cxx compiler_c sdl2 clang_compilation_database') if sys.platform == 'win32': opt.load('msvc msdev msvs') opt.load('reconfigure')