mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:47:44 +00:00
LibC: Always install as part of the default target
We always want to put crt0.o in the location where it can get picked up by the i686-pc-serenity toolchain. This feels a bit hackish but should get the build working again. :^)
This commit is contained in:
parent
4d1ce18477
commit
270beb5165
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ DEFINES = -DSERENITY_LIBC_BUILD
|
|||
|
||||
LIBRARY = libc.a
|
||||
|
||||
all: $(LIBRARY) startfiles
|
||||
all: $(LIBRARY) startfiles install
|
||||
|
||||
install:
|
||||
mkdir -p $(SERENITY_BASE_DIR)/Root/usr/include/sys/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue