From d70eda8504fb1062de449a223489874cb90b57d7 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Fri, 19 Aug 2016 16:34:55 +0300 Subject: [build] Fix macOS compdb path on YCM --- .ycm_extra_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ycm_extra_conf.py') diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py index 7a02a5e14d..e395609548 100644 --- a/.ycm_extra_conf.py +++ b/.ycm_extra_conf.py @@ -38,7 +38,7 @@ import ycm_core compilation_database_folders = [ 'build/linux-x86_64/Debug', - 'build/macos/Debug', + 'build/macos/compdb/Debug', ] subprocess.call(['make compdb'], shell=True) -- cgit v1.2.1