mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
Fix Qt build on x86 and probably NEON.
This commit is contained in:
parent
b589d3b170
commit
bbda0d8c08
@ -103,7 +103,12 @@ SOURCES += $$P/native/audio/*.cpp \
|
||||
$$P/native/util/text/utf8.cpp \
|
||||
$$P/native/util/text/parsers.cpp
|
||||
|
||||
contains(QMAKE_TARGET.arch, x86): SOURCES += $$files($$P/native/math/fast/fast_matrix_sse.c)
|
||||
x86 {
|
||||
SOURCES += $$files($$P/native/math/fast/fast_matrix_sse.c)
|
||||
}
|
||||
arm:!symbian {
|
||||
SOURCES += $$files($$P/native/math/fast/fast_matrix_neon.S)
|
||||
}
|
||||
|
||||
|
||||
HEADERS += $$P/native/audio/*.h \
|
||||
|
Loading…
Reference in New Issue
Block a user