1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-04-19 11:46:50 +00:00

Issue #12: Compile with feature unzip-osb in make file

This commit is contained in:
Paul-Christian Volkmer 2023-10-23 12:44:40 +02:00
parent 8c11c6d891
commit f5dc366488

View File

@ -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: