Fix build

This commit is contained in:
Peter 2019-07-08 18:50:16 +04:00
parent b8e58f2df8
commit c85d0b21c7

View File

@ -26,7 +26,7 @@ if [ "$BUILD_MACHINE" == "linux" ]; then
echo "Virtual machine $VM_BASE_NAME not found"
exit 1
fi
elif [ "$BUILD_MACHINE" == "linux" ]; then
elif [ "$BUILD_MACHINE" == "macOS" ]; then
echo "Building on macOS"
else
echo "Unknown build machine $(uname -s)"