mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 13:28:05 +02:00
+ allow exports from programs for wasm targets
git-svn-id: branches/wasm@46983 -
This commit is contained in:
parent
60762dbfee
commit
b9375d2d76
@ -364,7 +364,7 @@ interface
|
||||
system_arm_wince,
|
||||
system_x86_64_win64,
|
||||
system_i8086_win16,
|
||||
system_aarch64_win64]+systems_linux+systems_android;
|
||||
system_aarch64_win64]+systems_linux+systems_android+systems_wasm;
|
||||
|
||||
{ all systems that reference symbols in other binaries using indirect imports }
|
||||
systems_indirect_var_imports = systems_all_windows+[system_i386_nativent];
|
||||
|
Loading…
Reference in New Issue
Block a user