mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-03 00:06:09 +00:00
Fix another brown-paper-bag bug in the build system
This commit is contained in:
parent
dc723a8da1
commit
1117c49867
@ -229,10 +229,10 @@ CONFIG += warn_off staticlib
|
|||||||
|
|
||||||
win32-msvc* {
|
win32-msvc* {
|
||||||
# No flags required to build with SSE or NEON on MSVC
|
# No flags required to build with SSE or NEON on MSVC
|
||||||
sse {
|
x86 {
|
||||||
SOURCES += $$SOURCES_SSE $$SOURCES_SSE2 $$SOURCES_SSE41
|
SOURCES += $$SOURCES_SSE $$SOURCES_SSE2 $$SOURCES_SSE41
|
||||||
}
|
}
|
||||||
neon {
|
arm {
|
||||||
SOURCES += $$SOURCES_NEON
|
SOURCES += $$SOURCES_NEON
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user