Skip to content

Commit

Permalink
Fix "Add ld-iamroot.so"
Browse files Browse the repository at this point in the history
This fixes commit 8144b73.
  • Loading branch information
gportay committed May 2, 2024
1 parent 371e956 commit 64935fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/linux.mk
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ endef
export CC
export CFLAGS

ld-iamroot.so: $(ARCH)/ld-iamroot.so
ld-iamroot.so: $(O)-$(ARCH)/ld-iamroot.so
install -D -m755 $< $@

$(ARCH)/ld-iamroot.so: $(O)-$(ARCH)/libiamroot.so
Expand Down

0 comments on commit 64935fd

Please sign in to comment.