mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[EXPLORER]
* Improve string comparison when checking ARCH. svn path=/trunk/; revision=62096
This commit is contained in:
parent
da89ca8eb8
commit
0a42447450
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue