Selaa lähdekoodia

+ allow exports from programs for wasm targets

git-svn-id: branches/wasm@46983 -
nickysn 5 vuotta sitten
vanhempi
commit
b9375d2d76
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      compiler/systems.pas

+ 1 - 1
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];