瀏覽代碼

Remove .lib artifact from pogo build

Michael Ferris 9 年之前
父節點
當前提交
c2dd7454a1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Build/scripts/pgo/post_pgo.cmd

+ 1 - 0
Build/scripts/pgo/post_pgo.cmd

@@ -28,6 +28,7 @@ if "%binpath_pgo%"=="" (
 set POGO_TYPE=
 
 REM Clean binaries we no longer need
+if exist %binpath_pgo%\*.lib ( del %binpath_pgo%\*.lib )
 if exist %binpath_pgo%\*.pgc ( del %binpath_pgo%\*.pgc )
 if exist %binpath_pgo%\*.pgd ( del %binpath_pgo%\*.pgd )
 if exist %binpath_pgo%\pgort* ( del %binpath_pgo%\pgort* )