diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-11-23 09:07:47 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-11-23 10:27:41 +0100 |
commit | f85859d2146b29ed4dce17695efd4012a0fa1e1c (patch) | |
tree | 5857abed860642341e4415d56f91cffbc0eed0a8 /bin | |
parent | 52dbe0c99b58bf306004e3e7f7d0d98adb16193b (diff) |
vim-ide-integration: -I<dir> workaround is no longer needed
Since commit ecbaf980625a9e7b06abe91c7c70e78f6ad469a7 (-I$(dir $(3)) in
gb_CObject__command_pattern is no longer needed, 2017-11-01).
Change-Id: I9d6b7436f7b6e865d37e358adb9cf075e4e51bff
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gbuild-to-ide | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide index abf7c7c572bb..35fefd110e0b 100755 --- a/bin/gbuild-to-ide +++ b/bin/gbuild-to-ide @@ -365,10 +365,6 @@ class VimIntegrationGenerator(IdeIntegrationGenerator): command += '=' command += value - # The directory of the file is missing from lib's include list, as that - # one is not the same for all source files in the lib. - command += ' -I' + os.path.dirname(file) - for include in lib.include: command += ' -I' command += include |