diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-04-18 18:01:30 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-04-19 16:28:30 -0700 |
commit | a883ac9253f19a850fe9d60e5479428cfc8fb54d (patch) | |
tree | 588488628387ad805b878f2f8da30ddaf948f5fa /.ycm_extra_conf.py | |
parent | 2d33ae5ed77cbea3dc7352c23fa6a6fa91dc8a02 (diff) | |
download | qtlocation-mapboxgl-a883ac9253f19a850fe9d60e5479428cfc8fb54d.tar.gz |
[osx] Build output goes to build/osx
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 41578b3366..632686f3d6 100644 --- a/.ycm_extra_conf.py +++ b/.ycm_extra_conf.py @@ -37,7 +37,7 @@ import ycm_core compilation_database_folders = [ 'build/linux-x86_64/Release', - 'build/osx-x86_64/Release', + 'build/osx/Release', ] subprocess.call(['make compdb'], shell=True) |