mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:47:35 +00:00
LibM: Install immediately after building
This commit is contained in:
parent
dc18859695
commit
fb4930754e
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ OBJS = math.o
|
|||
|
||||
LIBRARY = libm.a
|
||||
|
||||
POST_LIBRARY_BUILD = $(QUIET) $(MAKE) install
|
||||
|
||||
install:
|
||||
mkdir -p $(SERENITY_BASE_DIR)/Root/usr/include/sys/
|
||||
mkdir -p $(SERENITY_BASE_DIR)/Root/usr/lib/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue