mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:07:35 +00:00
LibDraw: Make sure we install libdraw.a so ports can link with -ldraw
This commit is contained in:
parent
29f58aef21
commit
60cd3c093a
1 changed files with 1 additions and 0 deletions
|
@ -5,3 +5,4 @@ SERENITY_ROOT=../../
|
|||
|
||||
mkdir -p $SERENITY_ROOT/Root/usr/include/LibDraw/
|
||||
cp *.h $SERENITY_ROOT/Root/usr/include/LibDraw/
|
||||
cp libdraw.a $SERENITY_ROOT/Root/usr/lib/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue