1
0
Fork 0
mirror of synced 2025-09-22 11:47:57 +00:00
ZoKrates/build_release.sh
2022-05-19 12:38:42 +02:00

7 lines
142 B
Bash
Executable file

#!/bin/bash
# Exit if any subcommand fails
set -e
export RUSTFLAGS="--remap-path-prefix=$PWD="
cargo build --release --package zokrates_cli