We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-lsecp256k1
1 parent 834147b commit f12ed5fCopy full SHA for f12ed5f
booster/test/rpc-integration/resources/kompile-from-double-definition.sh
@@ -38,7 +38,7 @@ esac
38
llvm-kompile ${NAME}.llvm.kore ./dt c -- \
39
-fPIC -std=c++17 -o interpreter \
40
$PLUGIN_LIBS $PLUGIN_INCLUDE $PLUGIN_CPP \
41
- -lcrypto -lssl $LPROCPS
+ -lcrypto -lssl -lsecp256k1 $LPROCPS
42
mv interpreter.* ${NAME}.dylib
43
44
# remove temporary artefacts
0 commit comments