mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03: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
Notes:
sideshowbarker
2024-07-19 10:47:32 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/270beb51656
@ -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…
Reference in New Issue
Block a user