Kaydet (Commit) d4d85fb9 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

format MSBuild path appropriately

Change-Id: I38ed000a0f9c07fe8e1ed26752af8e172998bf2c
üst 76397a8b
......@@ -3472,7 +3472,7 @@ if test "$_os" = "WINNT"; then
# Find the proper version of MSBuild.exe to use based on the VS version
reg_get_value_32 HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/MSBuild/$vcnumwithdot/MSBuildOverrideTasksPath
if test -n "$regvalue" ; then
MSBUILD_PATH="$regvalue"
MSBUILD_PATH=`win_short_path_for_make "$regvalue"`
fi
dnl ===========================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment