Fix build PS3

This commit is contained in:
Zarh 2017-08-27 17:03:45 +02:00
parent 5a54b8d59c
commit d5ac9ba895

View File

@ -402,7 +402,7 @@ all: $(TARGET)
$(TARGET): $(OBJECTS)
ifeq ($(STATIC_LINKING),1)
@echo Archiving $@...
ifeq ($(platform), ps3)
ifeq ($(platform),$(filter $(platform),win ps3))
$(AR) rcs $@ $(foreach OBJECTS,$(OBJECTS),$(NEWLINE) $(AR) q $@ $(OBJECTS))
else
$(AR) rcs $@ $(OBJECTS)