diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2015-02-27 06:34:42 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2015-03-30 04:30:48 +0200 |
commit | 2a9d654c2b99fb02a3e06a1cdda54b073c5af5d0 (patch) | |
tree | 87aff49d2970ebf07b7caf83b5d07463e06b049a /bin | |
parent | 52aa7fd21c53db172e0b3a53aa7f27507c79d39c (diff) |
fix gbuild-to-ide script
Change-Id: Iff624d9e31ef5ba7d87b92124c60b02cd577c50b
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gbuild-to-ide | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide index 54b46d67c4d4..76f04149ebbd 100755 --- a/bin/gbuild-to-ide +++ b/bin/gbuild-to-ide @@ -146,6 +146,7 @@ class GbuildParser: if len(defparts) == 1: defparts.append(None) state.defs[defparts[0]] = defparts[1] + state.defs["LIBO_INTERNAL_ONLY"] = None return state cxxmatch = GbuildParser.cxxpattern.match(line) if cxxmatch: |