Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit d70eda8

Browse files
committed
[build] Fix macOS compdb path on YCM
1 parent 7d40d63 commit d70eda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ycm_extra_conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
compilation_database_folders = [
4040
'build/linux-x86_64/Debug',
41-
'build/macos/Debug',
41+
'build/macos/compdb/Debug',
4242
]
4343

4444
subprocess.call(['make compdb'], shell=True)

0 commit comments

Comments
 (0)