Skip to content

Commit 424c590

Browse files
committed
Update wine-build.sh with a hint about where to find msbuild
1 parent ce10c24 commit 424c590

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wine-build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
if [ -z "$MSBUILDPATH" ]; then
44
echo "Could not find MSBuild. Make sure the MSBUILDPATH environment variable points"
55
echo "to either MSBuild.exe or a script that handles the invocation of MSBuild.exe."
6+
echo ""
7+
echo "If using msvc-wine, it should point to /path/to/msvc-wine-install-dir/bin/x64/msbuild"
68
exit 1
79
fi
810
echo "Found MSBuild at: $MSBUILDPATH"

0 commit comments

Comments
 (0)