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