Prechádzať zdrojové kódy

Do not "Assembler Style" = "Intel" in LPK, it breaks compilation on Linux/Arm (like Raspberry Pi) (#24)

Before this change, lazbuild fails to compile the
VampyreImagingPackage.lpk on Raspberry Pi, with error:

```
Error: (11006) Illegal parameter: -Rintel
```

Tested with FPC 3.2.2 and Lazarus 2.2.0.

This setting in LPK seems to be not necessary at all -- without it,
compilation goes OK at least on Linux/Arm (Raspberry Pi) and
Linux/x86_64 (Ubuntu on regular desktop).
Michalis Kamburelis 4 rokov pred
rodič
commit
01eccf059a
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      Packages/VampyreImagingPackage.lpk

+ 0 - 1
Packages/VampyreImagingPackage.lpk

@@ -12,7 +12,6 @@
         <UnitOutputDirectory Value="../Bin/Dcu/$(TargetCPU)-$(TargetOS)/pkg"/>
       </SearchPaths>
       <Parsing>
-        <Style Value="1"/>
         <SyntaxOptions>
           <SyntaxMode Value="Delphi"/>
           <IncludeAssertionCode Value="True"/>