Kaydet (Commit) 774dd42d authored tarafından Peter Foley's avatar Peter Foley

fix MSM name for x64

Change-Id: Idc81352de3d2a9550457e8f56fd819c0296fd2a8
üst ae516fab
...@@ -4967,8 +4967,8 @@ find_msms() ...@@ -4967,8 +4967,8 @@ find_msms()
fi fi
if test "$BUILD_X64" = TRUE; then if test "$BUILD_X64" = TRUE; then
if test -e $msmdir/Microsoft_VC${VCVER}_CRT_x86_x64.msm; then if test -e $msmdir/Microsoft_VC${VCVER}_CRT_x64.msm; then
msms="$msms Microsoft_VC${VCVER}_CRT_x86_x64.msm" msms="$msms Microsoft_VC${VCVER}_CRT_x64.msm"
else else
AC_MSG_ERROR([Failed to copy x64 merge modules]) AC_MSG_ERROR([Failed to copy x64 merge modules])
fi fi
......
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