From b9375d2d765598d5b4227bf952ea096c0cd0c133 Mon Sep 17 00:00:00 2001 From: nickysn Date: Mon, 28 Sep 2020 02:58:47 +0000 Subject: [PATCH] + allow exports from programs for wasm targets git-svn-id: branches/wasm@46983 - --- compiler/systems.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/systems.pas b/compiler/systems.pas index 7b72c7f5ad..cbf10abe36 100644 --- a/compiler/systems.pas +++ b/compiler/systems.pas @@ -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];