DLTcollab / dcurl

Hardware-accelerated Multi-threaded IOTA PoW, drop-in replacement for ccurl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build failure of using BUILD_REMOTE=1 and BUILD_JNI=1 options

marktwtn opened this issue · comments

Error message:

make[1]: *** No rule to make target 'build/worker-jni/iri-pearldiver-exlib.o',
needed by 'build/remote-worker'.  Stop.

The Makefile does not take care of the situation of enabling the build options BUILD_REMOTE and BUILD_JNI=1 at the same time.
Besides fixing it, the CI should add the corresponding building test.