files
ports/scripts/start-recipe
2024-11-18 15:35:28 +03:00

18 lines
223 B
Plaintext

set -eu
TARGET=i586-kolibrios
SDK_TOOLCHAIN_DIR=/opt/kolibrios-sdk/toolchain
SDK_SYSROOT_DIR=/opt/kolibrios-sdk/sysroot
NUM_JOBS=8
msg()
{
echo -e "\e[32m$1\e[0m"
}
fatal()
{
echo -e "\e[31m$1\e[0m"
exit 1
}