diff --git a/Source/.ycm_extra_conf.py b/Source/.ycm_extra_conf.py index 7775afb..ddde4c9 100644 --- a/Source/.ycm_extra_conf.py +++ b/Source/.ycm_extra_conf.py @@ -4,5 +4,5 @@ def Settings( **kwargs ): env = os.getenv('JUCE_PATH') if env != None: return { - 'flags': [ '-x', 'c++', '-ID:\\JUCE\\modules', '-I../JuceLibraryCode' ], + 'flags': [ '-x', 'c++', '-I' + env, '-I../JuceLibraryCode' ], }