mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
Fix package ordering in cosmopolitan.a
This commit is contained in:
parent
4abcba8d8f
commit
dd249ff5d4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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/*) \
|
||||
|
|
Loading…
Reference in a new issue