We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d6d56 commit 7b5a7eaCopy full SHA for 7b5a7ea
1 file changed
OpenGOO.pro
@@ -6,6 +6,9 @@ TEMPLATE = app
6
#Lib Box2D must be in system folder and also the header files of it!
7
!win32{
8
LIBS +=-lBox2D -lopenal -lalut -lvorbisfile -lvorbis -logg
9
+freebsd-g++|freebsd-clang {
10
+LIBS += -lexecinfo
11
+}
12
}
13
14
win32:{
0 commit comments