mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 13:28:05 +02:00
+ defined systems_wasm (the set of all WebAssembly systems)
git-svn-id: branches/wasm@46981 -
This commit is contained in:
parent
38c4c93cee
commit
f17af139d3
@ -293,6 +293,9 @@ interface
|
||||
system_aarch64_darwin];
|
||||
systems_darwin = systems_ios + systems_iphonesym + systems_macosx;
|
||||
|
||||
{ all WebAssembly systems }
|
||||
systems_wasm = [system_wasm32_wasm,system_wasm32_wasi];
|
||||
|
||||
{all solaris systems }
|
||||
systems_solaris = [system_sparc_solaris, system_i386_solaris,
|
||||
system_x86_64_solaris];
|
||||
|
Loading…
Reference in New Issue
Block a user