diff options
Diffstat (limited to 'loader')
-rw-r--r-- | loader/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/loader/Makefile b/loader/Makefile index 6d07e984ea..e3c71248a6 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -8,10 +8,7 @@ SRCS_COMMON = driver.c afl.c vfl.c ifneq ($(TARGET_WIN32),yes) SRCS_COMMON += ldt_keeper.c pe_image.c module.c ext.c win32.c \ pe_resource.c resource.c registry.c elfdll.c -# QTX emulation is not supported in Darwin -ifneq ($(TARGET_OS),Darwin) -SRCS_COMMON += wrapper.S -endif +SRCS_COMMON-$(QTX_EMULATION) += wrapper.S endif SRCS_COMMON += dshow/DS_AudioDecoder.c \ |