Fix Generic build from AArch64 merge.
I had missed this file and hadn't tested the branch on my new build system.
This commit is contained in:
parent
0926f1d344
commit
ed476c997c
|
@ -46,6 +46,9 @@ else()
|
||||||
if(_M_X86) #X86
|
if(_M_X86) #X86
|
||||||
set(SRCS ${SRCS}
|
set(SRCS ${SRCS}
|
||||||
x64FPURoundMode.cpp)
|
x64FPURoundMode.cpp)
|
||||||
|
else() # Generic
|
||||||
|
set(SRCS ${SRCS}
|
||||||
|
GenericFPURoundMode.cpp)
|
||||||
endif()
|
endif()
|
||||||
set(SRCS ${SRCS} x64CPUDetect.cpp)
|
set(SRCS ${SRCS} x64CPUDetect.cpp)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue