Skip to content

Commit

Permalink
Fix package ordering in cosmopolitan.a
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Oct 13, 2024
1 parent 4abcba8 commit dd249ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ COSMOCC_PKGS = \
THIRD_PARTY_INTEL

o/$(MODE)/cosmopolitan.a: \
$(call uniq,$(foreach x,$(COSMOPOLITAN),$($(x))))
$(call reverse,$(call uniq,$(foreach x,$(COSMOPOLITAN),$($(x)))))

COSMOCC_HDRS = \
$(wildcard libc/integral/*) \
Expand Down

0 comments on commit dd249ff

Please sign in to comment.