mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-16 04:44:55 +02:00
compile.sh: hack freebsd package abit.
This commit is contained in:
parent
23f8a09320
commit
aaf0b35b93
1 changed files with 4 additions and 0 deletions
|
|
@ -62,6 +62,10 @@ done
|
|||
|
||||
MESSAGE=""
|
||||
if [ ! -z "${GOOS}" ]; then
|
||||
# Hack to select the right package :)
|
||||
if [ "${MAKE_TARGET}" == "package_deb" ] && [ "${GOOS}" == "freebsd" ]; then
|
||||
MAKE_TARGET="package_freebsd"
|
||||
fi
|
||||
MESSAGE="[\e[34m::\e[0m] Crosscompiling for: ${GOOS}"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue