- Actually the ARCH initialization is needed in both places.

svn path=/branches/cmake-bringup/; revision=50187
This commit is contained in:
Amine Khaldi 2010-12-28 12:00:49 +00:00
parent 8c95f75064
commit 67118af43a

View file

@ -1,4 +1,8 @@
if(NOT ARCH)
set(ARCH i386)
endif()
# Choose the right MinGW prefix
if(ARCH MATCHES i386)