mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 07:49:12 +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}
|
{$mode objfpc}
|
||||||
{$L cpptcl2.o}
|
{$L cpptcl2.o}
|
||||||
|
{$ifdef openbsd}
|
||||||
|
{$linklib stdc++}
|
||||||
|
{$linklib c}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
type
|
type
|
||||||
TestClass = cppclass external
|
TestClass = cppclass external
|
||||||
|
Loading…
Reference in New Issue
Block a user