diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-08-19 16:34:55 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-08-19 16:51:01 +0300 |
commit | d70eda8504fb1062de449a223489874cb90b57d7 (patch) | |
tree | af6261f925f522fe017ebeb0a6d3adc50931819b /.ycm_extra_conf.py | |
parent | 7d40d6347ea66fa9e9ba088ac8de0b5014036a5a (diff) | |
download | qtlocation-mapboxgl-d70eda8504fb1062de449a223489874cb90b57d7.tar.gz |
[build] Fix macOS compdb path on YCM
Diffstat (limited to '.ycm_extra_conf.py')
-rw-r--r-- | .ycm_extra_conf.py | 2 |
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) |