Skip to content

Commit 7b5a7ea

Browse files
committed
Link with libexecinfo on FreeBSD
1 parent 25d6d56 commit 7b5a7ea

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

OpenGOO.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ TEMPLATE = app
66
#Lib Box2D must be in system folder and also the header files of it!
77
!win32{
88
LIBS +=-lBox2D -lopenal -lalut -lvorbisfile -lvorbis -logg
9+
freebsd-g++|freebsd-clang {
10+
LIBS += -lexecinfo
11+
}
912
}
1013

1114
win32:{

0 commit comments

Comments
 (0)