1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-07-02 00:42:53 +00:00

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

This commit is contained in:
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 .PHONY: win-binary-x86_64
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 .PHONY: linux-binary-x86_64
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 .PHONY: install
install: install: