Skip to content

Commit dd249ff

Browse files
committed
Fix package ordering in cosmopolitan.a
1 parent 4abcba8 commit dd249ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ COSMOCC_PKGS = \
536536
THIRD_PARTY_INTEL
537537

538538
o/$(MODE)/cosmopolitan.a: \
539-
$(call uniq,$(foreach x,$(COSMOPOLITAN),$($(x))))
539+
$(call reverse,$(call uniq,$(foreach x,$(COSMOPOLITAN),$($(x)))))
540540

541541
COSMOCC_HDRS = \
542542
$(wildcard libc/integral/*) \

0 commit comments

Comments
 (0)