Skip to content

Commit

Permalink
Create GO_SRCDIR before linking into it
Browse files Browse the repository at this point in the history
Fixes aristanetworks#56

Simply create the folder before linking into it.
  • Loading branch information
jpsenior authored Nov 19, 2020
1 parent d8be2af commit b2655fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ set -x
STUBS_DIR=$PWD
GO_SRCDIR="$STUBS_DIR/go/src/eossdk"
rm -f "$GO_SRCDIR/eos"
mkdir -p "$GO_SRCDIR"
ln -s "$STUBS_DIR/eos" "$GO_SRCDIR/"

exec make "$@"

0 comments on commit b2655fa

Please sign in to comment.