Skip to content

Commit

Permalink
[Zcash] Taylor's compilation patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebfull committed Jul 15, 2016
1 parent 4036716 commit a703148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DEPSRC = depsrc
DEPINST = depinst

CXXFLAGS += -I$(DEPINST)/include -Isrc
LDFLAGS += -L$(DEPINST)/lib -Wl,-rpath $(DEPINST)/lib
LDFLAGS += -L$(DEPINST)/lib -Wl,-rpath,$(DEPINST)/lib
LDLIBS += -lgmpxx -lgmp -lboost_program_options
# OpenSSL and its dependencies (needed explicitly for static builds):
LDLIBS += -lcrypto -ldl -lz
Expand Down

0 comments on commit a703148

Please sign in to comment.