Skip to content

Commit a5e16da

Browse files
committed
Add -lsecp256k1
1 parent 2f1e667 commit a5e16da

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
@@ -39,7 +39,7 @@ esac
3939
llvm-kompile ${NAME}.llvm.kore ./dt c -- \
4040
-fPIC -std=c++17 -o interpreter \
4141
$PLUGIN_LIBS $PLUGIN_INCLUDE $PLUGIN_CPP \
42-
-lcrypto -lssl $LPROCPS -lsecp256k1
42+
-lcrypto -lssl -lsecp256k1 $LPROCPS
4343
mv interpreter.* ${NAME}.dylib
4444

4545
# remove temporary artefacts

0 commit comments

Comments
 (0)