mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 07:29:23 +00:00
Add libcxx to make toolchain
This commit is contained in:
parent
12438cce16
commit
b008950d90
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -417,7 +417,8 @@ toolchain: o/cosmopolitan.h \
|
|||
o/$(MODE)/ape/ape.o \
|
||||
o/$(MODE)/ape/ape-copy-self.o \
|
||||
o/$(MODE)/ape/ape-no-modify-self.o \
|
||||
o/$(MODE)/cosmopolitan.a
|
||||
o/$(MODE)/cosmopolitan.a \
|
||||
o/$(MODE)/third_party/libcxx/libcxx.a
|
||||
|
||||
# UNSPECIFIED PREREQUISITES TUTORIAL
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue