Merge pull request #175 from jonleighton/fix_mongoose

Explicitly link to libdl

http://code.google.com/p/phantomjs/issues/detail?id=115
1.4
Ariya Hidayat 2011-11-21 10:16:43 -08:00
commit 6c0f723aa9
1 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@ VPATH += $$PWD
INCLUDEPATH += $$PWD
SOURCES += mongoose.c
HEADERS += mongoose.h
HEADERS += mongoose.h
unix:LIBS += -ldl