Skip to content

Commit

Permalink
dj64.mk: fix packaged build
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Oct 14, 2024
1 parent 005cf71 commit e85e45f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dj64.mk
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ XLDFLAGS += $(shell pkg-config --static --libs dj64static)
DJ64_XLDFLAGS += -f 0x4000
else
XLDFLAGS += $(shell pkg-config --variable=crt0 dj64) \
--section-start=.note.gnu.property=0x08148000 -section-start=.text=0x08149000
--section-start=.note.gnu.property=0x08148000 \
--section-start=.note.package=0x08149000 \
--section-start=.text=0x0814a000
endif
$(XELF): $(AS_OBJECTS) $(PLT_O)
$(XLD) $^ $(XLDFLAGS) -o $@
Expand Down

0 comments on commit e85e45f

Please sign in to comment.