mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-09 16:14:19 +01:00
rust: Use $CARGO_OPTS when building the example plugin
This commit is contained in:
@@ -11,6 +11,6 @@ $(CLN_RPC_GENALL): $(JSON_SCHEMA)
|
||||
PYTHONPATH=contrib/msggen python3 contrib/msggen/msggen/__main__.py
|
||||
|
||||
target/debug/examples/cln-rpc-getinfo: $(shell find cln-rpc -name *.rs)
|
||||
cargo build --example cln-rpc-getinfo
|
||||
cargo build ${CARGO_OPTS} --example cln-rpc-getinfo
|
||||
|
||||
cln-rpc-all: ${CLN_RPC_GEN_ALL} ${CLN_RPC_EXAMPLES}
|
||||
|
||||
Reference in New Issue
Block a user