@@ -152,7 +152,8 @@ def build_object(src:list[str]):
print(f"{i} 没有更新依赖关系")
elif(file_type in ['s','S','asm','ASM']):
if(check_rebuild(dst,[i])):
cmd=f"{AS} -c {i} -o {dst} {flags}"
# cmd=f"{AS} -c {i} -o {dst} {flags}"
pass
else:
if(len(cmd)>0):
The note is not visible to the blocked user.