From: Yuchen Deng Date: Sun, 28 Oct 2012 09:53:51 +0000 (+0800) Subject: Angle: Make it call the correct host tools X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d9eba94dc73366a4a222c90d3f8deccc4cb19c6;p=profile%2Fivi%2Fqtbase.git Angle: Make it call the correct host tools Change-Id: Ib5a0da0ac50e0d2abebc825d6d6105ad5d84acd8 Reviewed-by: Oswald Buddenhagen Reviewed-by: Jason Barron --- diff --git a/src/angle/src/common/common.pri b/src/angle/src/common/common.pri index e99080d..3313462 100644 --- a/src/angle/src/common/common.pri +++ b/src/angle/src/common/common.pri @@ -22,7 +22,11 @@ win32-msvc2012 { DXLIB_DIR = $$quote($${DX_DIR}Lib\\x86) } - FXC = "\"$${DX_DIR}Utilities\\bin\\x86\\fxc.exe\"" + equals(QMAKE_TARGET.arch, x86_64) { + FXC = "\"$${DX_DIR}Utilities\\bin\\x64\\fxc.exe\"" + } else { + FXC = "\"$${DX_DIR}Utilities\\bin\\x86\\fxc.exe\"" + } msvc { # Unfortunately MinGW cannot use the DirectX headers from the DX SDK because d3d11shader.h uses