浏览代码

[tools] Enable prebuilding action (#8133)

1ridic 1 年之前
父节点
当前提交
1d0924c12a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tools/building.py

+ 1 - 0
tools/building.py

@@ -782,6 +782,7 @@ def DoBuilding(target, objects):
 
         return False
 
+    PreBuilding()
     objects = one_list(objects)
 
     program = None