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 2f1e667 commit a5e16daCopy full SHA for a5e16da
booster/test/rpc-integration/resources/kompile-from-double-definition.sh
@@ -39,7 +39,7 @@ esac
39
llvm-kompile ${NAME}.llvm.kore ./dt c -- \
40
-fPIC -std=c++17 -o interpreter \
41
$PLUGIN_LIBS $PLUGIN_INCLUDE $PLUGIN_CPP \
42
- -lcrypto -lssl $LPROCPS -lsecp256k1
+ -lcrypto -lssl -lsecp256k1 $LPROCPS
43
mv interpreter.* ${NAME}.dylib
44
45
# remove temporary artefacts
0 commit comments