mirror of
https://github.com/ctm/executor.git
synced 2025-02-17 05:31:27 +00:00
i386 targets build again
This commit is contained in:
parent
99a2ca627c
commit
5df19cdab2
@ -3,7 +3,7 @@ TARGET_ARCH_OBJ = i386.o
|
||||
# In the first days of the Mac OS X port we can't use the tricked out blitters,
|
||||
# quite possibly due to register ebx smashage interfering with PIC.
|
||||
|
||||
ifneq (,$(findstring macosx,$(TARGET)))
|
||||
ifeq (,$(findstring macosx,$(TARGET)))
|
||||
TARGET_ARCH_OBJ += x86patblt.o x86srcblt.o xdstubtables.o sbstubtables.o
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user