mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[EXPLORER]
* Improve string comparison when checking ARCH. svn path=/trunk/; revision=62096
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user