Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
Order is important and -llz4 now needed and -lstdc++ with gcc
  • Loading branch information
ilanoh authored Mar 23, 2018
1 parent 12b8c4c commit 4591ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketprice/makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TARGET := marketprice.exe
INCS = -I ../network -I ../utils
LIBS = -L ../utils -lutils -L ../network -lnetwork -Wl,-Bstatic -lev -ljansson -lmpdec -lrdkafka -lz -lssl -lcrypto -lhiredis -lcurl -Wl,-Bdynamic -lm -lpthread -ldl
LIBS = -L ../utils -lutils -L ../network -lnetwork -Wl,-Bstatic -lev -ljansson -lmpdec -lrdkafka -lz -llz4 -lssl -lcrypto -lhiredis -Wl,-Bdynamic -lm -lpthread -ldl -lcurl -lstdc++
include ../makefile.inc

0 comments on commit 4591ef7

Please sign in to comment.