Hack AsmDeps... for StandardEqu.d

This commit is contained in:
Elliot Nunn 2019-04-03 00:11:15 +08:00
parent 409d05e725
commit f1bb5714ee
1 changed files with 3 additions and 0 deletions

View File

@ -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)):