On Sun, 30 Aug 2020 16:22:58 +0200 (CEST) Michael Van Canneyt <[email protected]> wrote:
> On Sun, 30 Aug 2020, Mattias Gaertner wrote: > > > On Sun, 30 Aug 2020 14:30:11 +0200 (CEST) > > Michael Van Canneyt <[email protected]> wrote: > > > >> [...] > >>> Is there a workaround for fpc 3.2.0? > >> > >> Yes: > >> > >> AddLibrary('libbla.pp').Options.Add('-obla.so') > > > > Do you mean: > > > > {$IFDEF Linux} > > AddLibrary('libbla.pp').Options.Add('-obla.so') > > {$ENDIF} > > Will be ok unless you want to crosscompile. In the latter case you > must check the installer targetOS. How? Mattias _______________________________________________ fpc-pascal maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
