mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-03 11:53:43 +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=""
|
MESSAGE=""
|
||||||
if [ ! -z "${GOOS}" ]; then
|
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}"
|
MESSAGE="[\e[34m::\e[0m] Crosscompiling for: ${GOOS}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue