Fix another brown-paper-bag bug in the build system

This commit is contained in:
Cameron Gutman 2018-07-21 19:26:24 -07:00
parent dc723a8da1
commit 1117c49867

View file

@ -229,10 +229,10 @@ CONFIG += warn_off staticlib
win32-msvc* {
# No flags required to build with SSE or NEON on MSVC
sse {
x86 {
SOURCES += $$SOURCES_SSE $$SOURCES_SSE2 $$SOURCES_SSE41
}
neon {
arm {
SOURCES += $$SOURCES_NEON
}
}