Skip to content

Commit f12ed5f

Browse files
committed
Add -lsecp256k1
1 parent 834147b commit f12ed5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

booster/test/rpc-integration/resources/kompile-from-double-definition.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ esac
3838
llvm-kompile ${NAME}.llvm.kore ./dt c -- \
3939
-fPIC -std=c++17 -o interpreter \
4040
$PLUGIN_LIBS $PLUGIN_INCLUDE $PLUGIN_CPP \
41-
-lcrypto -lssl $LPROCPS
41+
-lcrypto -lssl -lsecp256k1 $LPROCPS
4242
mv interpreter.* ${NAME}.dylib
4343

4444
# remove temporary artefacts

0 commit comments

Comments
 (0)