remove unneeded line from contrib/cross.sh

pull/1849/head
Jeff 2 years ago
parent 56492c88ac
commit 66b7c3698e

@ -12,7 +12,6 @@ platform=${PLATFORM:-Linux}
root="$(readlink -e $(dirname $0)/../)"
cd $root
set -e
set +x
test $# = 0 && die no targets provided
mkdir -p build-cross
echo "all: $@" > build-cross/Makefile

Loading…
Cancel
Save