mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
+ added system_wasm32_wasip1threads to systems_wasm
This commit is contained in:
parent
b9098d8c5f
commit
698e16a12d
@ -298,7 +298,7 @@ interface
|
||||
systems_darwin = systems_ios + systems_iphonesim + systems_macosx;
|
||||
|
||||
{ all WebAssembly systems }
|
||||
systems_wasm = [system_wasm32_embedded,system_wasm32_wasip1];
|
||||
systems_wasm = [system_wasm32_embedded,system_wasm32_wasip1,system_wasm32_wasip1threads];
|
||||
|
||||
{all solaris systems }
|
||||
systems_solaris = [system_sparc_solaris, system_i386_solaris,
|
||||
|
Loading…
Reference in New Issue
Block a user