浏览代码

+ also build wasmtool

git-svn-id: branches/wasm@46202 -
nickysn 5 年之前
父节点
当前提交
08af87cde2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      utils/wasmbin/fpmake.pp

+ 1 - 0
utils/wasmbin/fpmake.pp

@@ -31,6 +31,7 @@ begin
       P.OSes := P.OSes - [java,android];
     P.Dependencies.Add('fcl-base');
     PT:=P.Targets.AddProgram('wasa.pas');
+    PT:=P.Targets.AddProgram('wasmtool.lpr');
     end;
 end;