We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce10c24 commit 424c590Copy full SHA for 424c590
wine-build.sh
@@ -3,6 +3,8 @@
3
if [ -z "$MSBUILDPATH" ]; then
4
echo "Could not find MSBuild. Make sure the MSBUILDPATH environment variable points"
5
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"
8
exit 1
9
fi
10
echo "Found MSBuild at: $MSBUILDPATH"
0 commit comments