Kaydet (Commit) d602f404 authored tarafından jan Iversen's avatar jan Iversen

gbuild-to-ide, typo

create_include_pathks --> create_include_paths

Change-Id: I23a88e4c3685306beecc34df72fe6691fde042ca
üst 1c628d9c
......@@ -173,7 +173,7 @@ class EclipseCDTIntegrationGenerator(IdeIntegrationGenerator):
def __init__(self, gbuildparser, ide):
IdeIntegrationGenerator.__init__(self, gbuildparser, ide)
def create_include_pathks(self):
def create_include_path(self):
for module in self.gbuildparser.modules:
if module == 'include':
continue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment