Skip to content

Commit

Permalink
start unbundle cryptopp
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Aug 26, 2024
1 parent 860d206 commit 6b2cb58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16,120 deletions.
2 changes: 1 addition & 1 deletion config/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Makefile: config/Makefile.in
MAIN_SRCS=$(COMMON)/commonMain.ml

ifeq ("$(DONKEY_SUI)", "yes")
CRYPTOPP_LIBS_flags += -cc '$(CXX) $(CXXFLAGS)' -ccopt '$(CRYPTOPPFLAGS)'
CRYPTOPP_LIBS_flags += -cc '$(CXX) $(CXXFLAGS)' -cclib '-lcryptopp' -ccopt '$(CRYPTOPPFLAGS)'
DONKEY_SRCS += $(LIB)/CryptoPP.cc $(LIB)/CryptoPP_stubs.c $(SRC_DONKEY)/donkeySui1.ml $(SRC_DONKEY)/donkeySui.ml
else
DONKEY_SRCS += $(SRC_DONKEY)/donkeySui2.ml $(SRC_DONKEY)/donkeySui.ml
Expand Down
Loading

0 comments on commit 6b2cb58

Please sign in to comment.