This commit is contained in:
Jack May 2019-06-21 00:08:02 -07:00 committed by GitHub
parent 36c9e22e3d
commit 138a49e820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ fi
echo "Building $1"
set -e
cd "$(dirname "$0")" && bpf_sdk="$PWD/.."
pushd "$(dirname "$0")"
bpf_sdk="$PWD/.."
popd
# Ensure the sdk is installed
"$bpf_sdk"/scripts/install.sh