From 923272d7f4c45532d64502efa2b07f93b9e60e27 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 13 Sep 2020 23:56:56 +0100 Subject: [PATCH] library generation Signed-off-by: Ian Jackson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index befb0926..6919812d 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ BUNDLE_SOURCES_DIR = ../bundle-sources BUNDLE_SOURCES = ../Build/bundle-sources/target/debug/bundle-rust-sources USVG_BINARY = ../resvg/target/release/usvg -USVG = $(NAILING_CARGO) --- $(USVG_BINARY) +USVG = $(NAILING_CARGO) --no-lock --no-nail --- $(USVG_BINARY) # To build usvg # zealot:resvg$ nailing-cargo build -p usvg --release -- 2.30.2