This commit is contained in:
jl777
2019-01-19 01:42:22 -11:00
parent 32d407e84e
commit a22cc60e1a
2 changed files with 1 additions and 1 deletions

View File

@@ -574,7 +574,6 @@ komodod_LDADD += \
$(LIBZCASH_LIBS) \
cclib.so
if ENABLE_PROTON
komodod_LDADD += $(LIBBITCOIN_PROTON) $(PROTON_LIBS)
endif

1
src/cc/makecclib Executable file
View File

@@ -0,0 +1 @@
gcc -fPIC -shared -c -o ../cclib.so cclib.cpp