summaryrefslogtreecommitdiff
path: root/.ycm_extra_conf.py
diff options
context:
space:
mode:
Diffstat (limited to '.ycm_extra_conf.py')
-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 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)