mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-13 04:42:27 +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* {
|
||||
# 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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue