Browse Source

* ifdef changed to wasm32

git-svn-id: branches/wasm@46258 -
nickysn 5 years ago
parent
commit
c210f63105
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/systems.pas

+ 2 - 2
compiler/systems.pas

@@ -1137,9 +1137,9 @@ begin
   {$endif cpuaarch64}
   {$endif cpuaarch64}
 {$endif aarch64}
 {$endif aarch64}
 
 
-{$ifdef wasm}
+{$ifdef wasm32}
   default_target(system_wasm32_wasm);
   default_target(system_wasm32_wasm);
-{$endif wasm}
+{$endif wasm32}
 
 
 {$ifdef z80}
 {$ifdef z80}
   default_target(system_z80_embedded);
   default_target(system_z80_embedded);