We don't use wine anymore

This commit is contained in:
Davis King 2016-08-13 09:37:19 -04:00
parent 3390697315
commit f994747f7a

View File

@ -16,7 +16,7 @@ echo Testing environment for needed release building utilities
#flip -h > /dev/null || return_error "flip"; #flip -h > /dev/null || return_error "flip";
unix2dos -h &> /dev/null || return_error "unix2dos"; unix2dos -h &> /dev/null || return_error "unix2dos";
wine --help &> /dev/null || return_error "wine"; #wine --help &> /dev/null || return_error "wine";
echo All needed utilities found echo All needed utilities found