1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00

Print message when it's necessary instead of when it isn't

This commit is contained in:
AnyOldName3 2020-05-13 02:22:31 +01:00
parent ed4b73b8d2
commit 4ffa116a37

View File

@ -966,7 +966,7 @@ RET=$?
if [ -z $VERBOSE ]; then
if [ $RET -eq 0 ]; then
echo Done.
if [ -z $ACTIVATE_MSVC ]; then
if [ -n $ACTIVATE_MSVC ]; then
echo "Note: you must manually activate MSVC for the shell in which you want to do the build."
echo "You may find options to launch a Development/Native Tools/Cross Tools shell in your start menu or Visual Studio."
echo "https://github.com/microsoft/vswhere/wiki/Start-Developer-Command-Prompt should help with activation in an existing shell."