1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:07:34 +00:00

LibIPC: Install libipc.a into /usr/lib

This commit is contained in:
Andreas Kling 2019-12-07 12:51:40 +01:00
parent 3273dd0478
commit db2bfe14e9

View file

@ -5,3 +5,4 @@ SERENITY_ROOT=../../
mkdir -p $SERENITY_ROOT/Root/usr/include/LibIPC/
cp ./*.h $SERENITY_ROOT/Root/usr/include/LibIPC/
cp libipc.a $SERENITY_ROOT/Root/usr/lib/