* set the exeext for WASI properly in dotest.pp

git-svn-id: trunk@49554 -
This commit is contained in:
nickysn 2021-06-24 00:27:15 +00:00
parent 618237a1c7
commit 73aa30ee0a

View File

@ -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}