fix(scripts): 修复build-libraries脚本执行时报错

This commit is contained in:
王立帮
2025-04-03 10:55:47 +08:00
parent 729ce5b528
commit 535d1fe788

View File

@@ -27,6 +27,8 @@ if __name__ == "__main__":
if not path.isabs(target_path):
target_path = path.abspath(path.join(working_path, target_path))
output = None
if not path.exists(target_path):
exit(0)
if path.isfile(target_path):
exit(0)
output = {}