Make it so ARMv7 isn't a generic target.

Rearranges a bit of code so that ARM isn't a generic build anymore. Because it obviously isn't
This commit is contained in:
Ryan Houdek
2014-06-07 20:24:02 -05:00
parent b79482af44
commit 6e1d312091
4 changed files with 15 additions and 18 deletions

View File

@ -38,7 +38,7 @@ set(SRCS BPFunctions.cpp
XFStructs.cpp)
set(LIBS core png)
if(NOT _M_GENERIC)
if(_M_X86)
set(SRCS ${SRCS} TextureDecoder_x64.cpp)
else()
set(SRCS ${SRCS} TextureDecoder_Generic.cpp)