mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
Buildsystem: fix RISC OS AOF matching
This commit is contained in:
parent
1810fbfe22
commit
41f0a5a36e
2
Makefile
2
Makefile
@ -333,7 +333,7 @@ ifneq ($(TARGET),riscos)
|
||||
$(Q)$(CC) -o $(EXETARGET) $(OBJECTS) $(LDFLAGS) > $(DEPROOT)/link-raw.d
|
||||
else
|
||||
@# RISC OS targets are a bit special: we need to convert ELF -> AIF
|
||||
ifeq ($(SUBTARGET),riscos-aof)
|
||||
ifeq ($(SUBTARGET),-aof)
|
||||
$(Q)$(CC) -o $(EXETARGET) $(OBJECTS) $(LDFLAGS) > $(DEPROOT)/link-raw.d
|
||||
else
|
||||
$(Q)$(CXX) -o $(EXETARGET:,ff8=,e1f) $(OBJECTS) $(LDFLAGS) > $(DEPROOT)/link-raw.d
|
||||
|
Loading…
Reference in New Issue
Block a user