summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/build/makedep.py
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2022-07-07 20:04:22 +1000
committer Vas Crabb <vas@vastheman.com>2022-07-07 20:04:22 +1000
commitb55671d63a70d13c9c482d3cfbca9aabef5e6bce (patch)
tree622e5374b732b65d42aad2f267472dcdce27e98a /scripts/build/makedep.py
parent75466ad87d2af99d05b0c5b84e661523734d710b (diff)
bgfx: Re-built shaders for crt-geom update.
Diffstat (limited to 'scripts/build/makedep.py')
-rwxr-xr-xscripts/build/makedep.py1
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