diff options
author | 2022-07-07 20:04:22 +1000 | |
---|---|---|
committer | 2022-07-07 20:04:22 +1000 | |
commit | b55671d63a70d13c9c482d3cfbca9aabef5e6bce (patch) | |
tree | 622e5374b732b65d42aad2f267472dcdce27e98a /scripts/build/makedep.py | |
parent | 75466ad87d2af99d05b0c5b84e661523734d710b (diff) |
bgfx: Re-built shaders for crt-geom update.
Diffstat (limited to 'scripts/build/makedep.py')
-rwxr-xr-x | scripts/build/makedep.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/makedep.py b/scripts/build/makedep.py index 8c3b2d3182b..860c11a890f 100755 --- a/scripts/build/makedep.py +++ b/scripts/build/makedep.py @@ -22,6 +22,7 @@ def path_components(path): result.append(path) return tuple(reversed(result)) + class ParserBase: def process_lines(self, inputfile): self.input_line = 1 |