mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 06:08:16 +02:00
Link against libstdc++ and libc to avoid linking error for openbsd OS
git-svn-id: trunk@41982 -
This commit is contained in:
parent
e7e96f98b2
commit
b4baf9b49c
@ -4,6 +4,10 @@ program tcppcl2;
|
||||
|
||||
{$mode objfpc}
|
||||
{$L cpptcl2.o}
|
||||
{$ifdef openbsd}
|
||||
{$linklib stdc++}
|
||||
{$linklib c}
|
||||
{$endif}
|
||||
|
||||
type
|
||||
TestClass = cppclass external
|
||||
|
Loading…
Reference in New Issue
Block a user