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" echo "Virtual machine $VM_BASE_NAME not found"
exit 1 exit 1
fi fi
elif [ "$BUILD_MACHINE" == "linux" ]; then elif [ "$BUILD_MACHINE" == "macOS" ]; then
echo "Building on macOS" echo "Building on macOS"
else else
echo "Unknown build machine $(uname -s)" echo "Unknown build machine $(uname -s)"