Skip to content

Commit

Permalink
Update buildenv
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTodorovskiIBM authored Feb 7, 2024
1 parent c1c8dd5 commit a6721d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ zopen_init()
{
# Go installs binaries, so create the bin dir as well
export GOBIN=$ZOPEN_INSTALL_DIR/bin
mkdir -p \$ZOPEN_INSTALL_DIR/bin
mkdir -p $ZOPEN_INSTALL_DIR/bin
unset CC CXX
export PATH=$PATH:$GOROOT/go-build-zos/bin
}
Expand Down

0 comments on commit a6721d2

Please sign in to comment.