Browse Source

* set the exeext for WASI properly in dotest.pp

git-svn-id: trunk@49554 -
nickysn 4 years ago
parent
commit
73aa30ee0a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tests/utils/dotest.pp

+ 3 - 1
tests/utils/dotest.pp

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