Kaydet (Commit) 2a9d654c authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix gbuild-to-ide script

Change-Id: Iff624d9e31ef5ba7d87b92124c60b02cd577c50b
üst 52aa7fd2
...@@ -146,6 +146,7 @@ class GbuildParser: ...@@ -146,6 +146,7 @@ class GbuildParser:
if len(defparts) == 1: if len(defparts) == 1:
defparts.append(None) defparts.append(None)
state.defs[defparts[0]] = defparts[1] state.defs[defparts[0]] = defparts[1]
state.defs["LIBO_INTERNAL_ONLY"] = None
return state return state
cxxmatch = GbuildParser.cxxpattern.match(line) cxxmatch = GbuildParser.cxxpattern.match(line)
if cxxmatch: if cxxmatch:
......
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