Skip to content

Commit

Permalink
WiP static build
Browse files Browse the repository at this point in the history
  • Loading branch information
eliihen committed Apr 16, 2018
1 parent aed8ad3 commit bd79ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ main() {
cross run --target $TARGET --release -- --help

if [ ! -z $STATIC ]; then
ldd target/$TARGET/release/$CRATE_NAME
ldd target/$TARGET/release/$CRATE_NAME || true
fi
}

Expand Down

0 comments on commit bd79ed2

Please sign in to comment.