Skip to content

Commit

Permalink
silence dir changes in cross-build
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Sep 12, 2017
1 parent a3f24c8 commit ca32ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build-cross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ for PLATFORM in $PLATFORMS; do

echo "${CMD}"
eval $CMD || FAILURES="${FAILURES} ${PLATFORM}"
pushd $BIN_DIR
pushd $BIN_DIR > /dev/null
tar -czf "../../../${TAR_FILENAME}" "${BIN_FILENAME}"
popd
popd > /dev/null
done

# eval errors
Expand Down

0 comments on commit ca32ecd

Please sign in to comment.