Skip to content

Commit

Permalink
Don't export rustflags
Browse files Browse the repository at this point in the history
type: fixed
  • Loading branch information
casey committed Oct 14, 2021
1 parent 6c48058 commit 984543f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/package
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ case $os in
;;
esac

export RUSTFLAGS='--deny warnings --codegen target-feature=+crt-static'
cargo build --bin $bin --target $target --release
RUSTFLAGS='--deny warnings --codegen target-feature=+crt-static' \
cargo build --bin $bin --target $target --release
executable=target/$target/release/$bin

if [[ $os == windows-2016 ]]; then
Expand Down

0 comments on commit 984543f

Please sign in to comment.