Browse Source

+ enabled the WASM32_INTERNALASM define when compiling with the lazarus project file

Nikolay Nikolov 3 years ago
parent
commit
967b721e4f
1 changed files with 4 additions and 2 deletions
  1. 4 2
      compiler/ppcwasm32.lpi

+ 4 - 2
compiler/ppcwasm32.lpi

@@ -63,11 +63,13 @@
       </ConfigFile>
       <CustomOptions Value="-dwasm32
 -dnoopt
--dEXTDEBUG"/>
-      <OtherDefines Count="3">
+-dEXTDEBUG
+-dWASM32_INTERNALASM"/>
+      <OtherDefines Count="4">
         <Define0 Value="wasm32"/>
         <Define1 Value="noopt"/>
         <Define2 Value="EXTDEBUG"/>
+        <Define3 Value="WASM32_INTERNALASM"/>
       </OtherDefines>
     </Other>
   </CompilerOptions>