From f5dc366488ee504d29ed0167830c7b8afded4bc8 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Mon, 23 Oct 2023 12:44:40 +0200 Subject: [PATCH] Issue #12: Compile with feature unzip-osb in make file --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ad7a351..d76618d 100644 --- a/Makefile +++ b/Makefile @@ -32,11 +32,11 @@ binary-all: win-binary-x86_64 linux-binary-x86_64 .PHONY: win-binary-x86_64 win-binary-x86_64: - cargo build --release --target=x86_64-pc-windows-gnu + cargo build --release --target=x86_64-pc-windows-gnu --features unzip-osb .PHONY: linux-binary-x86_64 linux-binary-x86_64: - cargo build --release --target=x86_64-unknown-linux-gnu + cargo build --release --target=x86_64-unknown-linux-gnu --features unzip-osb .PHONY: install install: