Skip to content

Commit c72652c

Browse files
authored
Merge pull request #260 from Chia-Network/boost_system
remove boost_system
2 parents e368851 + 6ca86d8 commit c72652c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Makefile.vdf-client

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ NOPIE = -no-pie
77
endif
88

99
LDFLAGS += -flto $(NOPIE) -g
10-
LDLIBS += -lgmpxx -lgmp -lboost_system -pthread
10+
LDLIBS += -lgmpxx -lgmp -pthread
1111
CXXFLAGS += -flto -std=c++1z -D VDF_MODE=0 -D FAST_MACHINE=1 -pthread $(NOPIE) -fvisibility=hidden
1212
ifeq ($(UNAME),Darwin)
1313
CXXFLAGS += -D CHIAOSX=1

0 commit comments

Comments
 (0)