Explorar o código

* set the exeext for WASI properly in dotest.pp

git-svn-id: trunk@49554 -
nickysn %!s(int64=4) %!d(string=hai) anos
pai
achega
73aa30ee0a
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      tests/utils/dotest.pp

+ 3 - 1
tests/utils/dotest.pp

@@ -618,7 +618,9 @@ begin
       DllPrefix:='';
     end
   else if LTarget='wii' then
-    ExeExt:='.dol';
+    ExeExt:='.dol'
+  else if LTarget='wasi' then
+    ExeExt:='.wasm';
 end;
 
 {$ifndef LIMIT83FS}