Skip to content

Commit

Permalink
Fix rustflags invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Mar 7, 2017
1 parent 9b239f4 commit e4f7138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polylabel"
version = "1.0.1"
version = "1.0.2"
authors = ["Stephan Hügel <urschrei@gmail.com>"]
description = "A Rust implementation of the Polylabel algorithm"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion ci/manylinux_rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install_rustup() {

# Generate artifacts for release
mk_artifacts() {
RUSTFLAGS=RUSTFLAGS='-C target-cpu=native' cargo build --manifest-path=/io/Cargo.toml --target $TARGET --release
RUSTFLAGS='-C target-cpu=native' cargo build --manifest-path=/io/Cargo.toml --target $TARGET --release
}

mk_tarball() {
Expand Down

0 comments on commit e4f7138

Please sign in to comment.