1
0
Fork 0
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:
Henrik Hautakoski 2020-06-23 17:01:08 +02:00
parent 23f8a09320
commit aaf0b35b93

View file

@ -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