Skip to content
Snippets Groups Projects
Commit b25bb676 authored by Shaheed Haque's avatar Shaheed Haque
Browse files

Filter out references to parts of the system not being built.

parent 4921f28a
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,8 @@ class SipBulkGenerator(SipGenerator):
#
direct_sips = set()
for include in direct_includes:
if self.omitter.search(include):
continue
if include.endswith("_version.h"):
continue
sip = self._map_include_to_sip(include)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment