mirror of
https://github.com/elliotnunn/ToolboxToolbox.git
synced 2024-10-31 15:05:13 +00:00
Hack AsmDeps... for StandardEqu.d
This commit is contained in:
parent
409d05e725
commit
f1bb5714ee
@ -49,6 +49,9 @@ incfiles.append(path.basename(args.source))
|
||||
|
||||
for i in range(len(incfiles)):
|
||||
orig = incfiles[i]
|
||||
if orig == 'StandardEqu.d':
|
||||
incfiles[i] = '{ObjDir}' + orig
|
||||
continue
|
||||
doneflag = False
|
||||
for k, v in args.defines:
|
||||
if path.exists(path.join(v, orig)):
|
||||
|
Loading…
Reference in New Issue
Block a user