Kaydet (Commit) 4dcef369 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Adapt to amd64/x64 terminology change

Change-Id: I9746559dcf001672906472bcdeaf49b9b20cd449
üst bf5e1575
......@@ -4824,8 +4824,10 @@ find_msvc_dlls()
{
if test "$CPUNAME" = "INTEL"; then
vsarch=x86
else
elif test $VCVER = 9; then
vsarch=amd64
else
vsarch=x64
fi
msvcdllpath="$VC_PRODUCT_DIR/redist/$vsarch/Microsoft.VC${VCVER}.CRT"
......
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