[EXPLORER]

* Improve string comparison when checking ARCH.

svn path=/trunk/; revision=62096
This commit is contained in:
Amine Khaldi 2014-02-10 12:43:14 +00:00
parent da89ca8eb8
commit 0a42447450

View file

@ -45,7 +45,7 @@ list(APPEND SOURCE
utility/window.cpp
utility/shellbrowserimpl.cpp) # utility/shelltests.cpp
if(ARCH MATCHES i386)
if(ARCH STREQUAL "i386")
list(APPEND SOURCE
i386-stub-win32.c)
endif()