diff --git a/loader/Makefile b/loader/Makefile index fcaca703bc..929efd98e6 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -11,8 +11,6 @@ SRCS_COMMON += ldt_keeper.c pe_image.c module.c ext.c win32.c \ # QTX emulation is not supported in Darwin ifneq ($(TARGET_OS),Darwin) SRCS_COMMON += wrapper.S -else -win32.o: CFLAGS += -mstackrealign endif endif