mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 19:39:41 +00:00
Add success message to Windows prebuild script
This commit is contained in:
parent
87dba1fcfc
commit
0d2129ca13
1 changed files with 3 additions and 0 deletions
|
@ -1007,6 +1007,9 @@ if [ -z $VERBOSE ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
echo "Script completed successfully."
|
||||
echo "You now have an OpenMW build system at $(unixPathAsWindows "$(pwd)")"
|
||||
|
||||
if [ -n $ACTIVATE_MSVC ]; then
|
||||
echo
|
||||
echo "Note: you must manually activate MSVC for the shell in which you want to do the build."
|
||||
|
|
Loading…
Reference in a new issue