Don't use AntiHooking.dll or use D3DX9 on ARM64

This commit is contained in:
Cameron Gutman 2020-12-12 13:59:47 -06:00
commit 59a73817c8
6 changed files with 50 additions and 21 deletions

View file

@ -8,8 +8,11 @@ SUBDIRS = \
# Build the dependencies in parallel before the final app
app.depends = qmdnsengine moonlight-common-c h264bitstream
win32:!winrt {
SUBDIRS += AntiHooking
app.depends += AntiHooking
contains(QT_ARCH, i386)|contains(QT_ARCH, x86_64) {
# We don't build AntiHooking.dll for ARM64 (yet?)
SUBDIRS += AntiHooking
app.depends += AntiHooking
}
}
!winrt:win32|macx {
SUBDIRS += soundio