summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-08-19 16:34:55 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-08-19 16:51:01 +0300
commitd70eda8504fb1062de449a223489874cb90b57d7 (patch)
treeaf6261f925f522fe017ebeb0a6d3adc50931819b
parent7d40d6347ea66fa9e9ba088ac8de0b5014036a5a (diff)
downloadqtlocation-mapboxgl-d70eda8504fb1062de449a223489874cb90b57d7.tar.gz
[build] Fix macOS compdb path on YCM
-rw-r--r--.ycm_extra_conf.py2
1 files changed, 1 insertions, 1 deletions
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)