Fix path in YCM config file

This commit is contained in:
Henrik Rydgård 2015-09-12 10:40:20 +02:00
parent 62b348452d
commit 6ea5540d9f

View File

@ -40,7 +40,7 @@ flags = [
'-Wno-missing-field-initializers',
'-fexceptions',
'-DNDEBUG',
'-Inative',
'-Iext/native',
'-ICommon',
# THIS IS IMPORTANT! Without a "-std=<something>" flag, clang won't know which
# language to use when compiling headers. So it will guess. Badly. So C++