From d5bf9277cebb6d334e0db93a601301d9f4ee38ea Mon Sep 17 00:00:00 2001 From: Matthew Patton Date: Sat, 7 Apr 2018 05:33:46 -0400 Subject: [PATCH] remove rebase duplicate --- scripts/build.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 5533cf939..19ed1ad09 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -15,10 +15,6 @@ DIR="$( cd -P "$( dirname "$SOURCE" )/.." && pwd )" # Change into that directory cd $DIR -# Determine the arch/os combos we're building for -XC_ARCH=${XC_ARCH:-"386 amd64 arm arm64 ppc64le"} -XC_OS=${XC_OS:-linux darwin windows freebsd openbsd solaris} - # Delete the old dir echo "==> Removing old directory..." rm -f bin/*