Fix build: put back rules to build cryptopp files
This commit is contained in:
@@ -104,6 +104,9 @@ OBJS= \
|
||||
all: bitcoind
|
||||
|
||||
|
||||
cryptopp/obj/%.o: cryptopp/%.cpp
|
||||
$(CXX) -c $(CFLAGS) -O3 -o $@ $<
|
||||
|
||||
obj/nogui/%.o: %.cpp $(HEADERS)
|
||||
$(CXX) -c $(CXXFLAGS) -o $@ $<
|
||||
|
||||
|
||||
Reference in New Issue
Block a user