Parcourir la source

* ifdef changed to wasm32

git-svn-id: branches/wasm@46258 -
nickysn il y a 5 ans
Parent
commit
c210f63105
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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);