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:
parent
ed4b73b8d2
commit
4ffa116a37
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user