mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2025-01-06 00:08:45 +00:00
Fix another brown-paper-bag bug in the build system
This commit is contained in:
parent
dc723a8da1
commit
1117c49867
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue