Merge pull request #13477 from kvasdopil/freebsd-build
Make hack/make.sh work on FreeBSD Upstream-commit: c9d3681a5d0cd2d275299146855283fa89c6cdd9 Component: engine
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user