mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
LibIPC: Install libipc.a into /usr/lib
This commit is contained in:
parent
3273dd0478
commit
db2bfe14e9
Notes:
sideshowbarker
2024-07-19 10:56:46 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/db2bfe14e9a
1 changed files with 1 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue