Merge pull request #13477 from kvasdopil/freebsd-build
Make hack/make.sh work on FreeBSD
This commit is contained in:
commit
c9d3681a5d
1 changed files with 3 additions and 1 deletions
|
@ -290,7 +290,9 @@ main() {
|
|||
|
||||
if [ "$(go env GOHOSTOS)" != 'windows' ]; then
|
||||
# Windows and symlinks don't get along well
|
||||
ln -sfT "$VERSION" bundles/latest
|
||||
|
||||
rm -f bundles/latest
|
||||
ln -s "$VERSION" bundles/latest
|
||||
fi
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue