mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
LibPthread: Install immediately after building
This commit is contained in:
parent
fb4930754e
commit
418adf3e86
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ OBJS = pthread.o
|
|||
|
||||
LIBRARY = libpthread.a
|
||||
|
||||
POST_LIBRARY_BUILD = $(QUIET) $(MAKE) install
|
||||
|
||||
install:
|
||||
mkdir -p $(SERENITY_BASE_DIR)/Root/usr/lib/
|
||||
cp *.h $(SERENITY_BASE_DIR)/Root/usr/include/
|
||||
|
|
Loading…
Add table
Reference in a new issue