mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 20:20:36 +02:00
* New OSes for wasm32 target
This commit is contained in:
parent
00a355408e
commit
37bc709a60
@ -146,7 +146,7 @@ const
|
|||||||
'wii',
|
'wii',
|
||||||
'wasi'
|
'wasi'
|
||||||
);
|
);
|
||||||
FPCOperatingSystemCaptions: array[1..39] of shortstring =(
|
FPCOperatingSystemCaptions: array[1..43] of shortstring =(
|
||||||
'AIX',
|
'AIX',
|
||||||
'Amiga',
|
'Amiga',
|
||||||
'Android',
|
'Android',
|
||||||
@ -185,7 +185,11 @@ const
|
|||||||
'Win64',
|
'Win64',
|
||||||
'WinCE',
|
'WinCE',
|
||||||
'Wii',
|
'Wii',
|
||||||
'Wasi'
|
'Wasi',
|
||||||
|
'Wasip1',
|
||||||
|
'Wasip1threads',
|
||||||
|
'Wasip2',
|
||||||
|
'Wasix'
|
||||||
);
|
);
|
||||||
|
|
||||||
FPCOperatingSystemAlternativeNames: array[1..2] of shortstring =(
|
FPCOperatingSystemAlternativeNames: array[1..2] of shortstring =(
|
||||||
|
Loading…
Reference in New Issue
Block a user