ycm extra conf: fix paths for headers
This commit is contained in:
parent
aa4ebff4a5
commit
7c4267175b
|
@ -10,8 +10,8 @@ flags = [
|
||||||
'-Werror',
|
'-Werror',
|
||||||
'-g',
|
'-g',
|
||||||
'-g',
|
'-g',
|
||||||
'-I../include',
|
'-Iinclude',
|
||||||
'-I../libratbox/include',
|
'-Ilibratbox/include',
|
||||||
]
|
]
|
||||||
|
|
||||||
# Set this to the absolute path to the folder (NOT the file!) containing the
|
# Set this to the absolute path to the folder (NOT the file!) containing the
|
||||||
|
|
Loading…
Reference in New Issue