mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:09:25 +02:00
* set the exeext for WASI properly in dotest.pp
git-svn-id: trunk@49554 -
This commit is contained in:
parent
618237a1c7
commit
73aa30ee0a
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user