mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-11 07:17:53 +00:00
Merge pull request #31 from sanchi/master
makefile: libtorrent needs -lrt for linking
This commit is contained in:
commit
56b21cd50d
@ -177,6 +177,7 @@ leveldb/libleveldb.a:
|
||||
#
|
||||
MAKEOVERRIDES =
|
||||
LIBS += $(CURDIR)/../libtorrent/src/.libs/libtorrent-rasterbar.a
|
||||
LIBS += -l rt
|
||||
DEFS += $(addprefix -I,$(CURDIR)/../libtorrent/include)
|
||||
DEFS += -DTORRENT_DEBUG
|
||||
DEFS += -DBOOST_ASIO_SEPARATE_COMPILATION
|
||||
|
Loading…
Reference in New Issue
Block a user