LibPthread: Install immediately after building

This commit is contained in:
Andreas Kling 2020-02-06 14:29:07 +01:00
parent fb4930754e
commit 418adf3e86
Notes: sideshowbarker 2024-07-19 09:34:27 +09:00

View File

@ -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/