More CGX matches

Former-commit-id: 6fbaa00f07
This commit is contained in:
2022-08-30 01:12:32 -04:00
parent 6768dfc9b4
commit 7cdb1aef65
5 changed files with 75 additions and 23 deletions

View File

@@ -27,7 +27,7 @@ def import_h_file(in_file, r_path) -> str:
return import_c_file(inc_path)
else:
print("Failed to locate", in_file)
exit(1)
return ""
def import_c_file(in_file) -> str:
in_file = os.path.relpath(in_file, root_dir)