Skip to content

Commit

Permalink
Update makefile.unix
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPortman authored Dec 14, 2018
1 parent 411e437 commit 43adbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefile.unix
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ all: PayDayd
# build secp256k1
DEFS += $(addprefix -I,$(CURDIR)/secp256k1/include)
secp256k1/src/libsecp256k1_la-secp256k1.o:
@echo "Building Secp256k1 ..."; cd secp256k1; chmod 755 *; ./autogen.sh; ./configure --enable-module-recovery; make; cd ..;
@echo "Building Secp256k1 ..."; cd secp256k1; chmod 755 *; ./autogen.sh; ./configure --enable-module-recovery --disable-tests; make; cd ..;
PayDayd: secp256k1/src/libsecp256k1_la-secp256k1.o

# build leveldb
Expand Down

0 comments on commit 43adbe0

Please sign in to comment.