mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibDraw: Make sure we install libdraw.a so ports can link with -ldraw
This commit is contained in:
parent
29f58aef21
commit
60cd3c093a
Notes:
sideshowbarker
2024-07-19 12:14:00 +09:00
Author: https://github.com/awesomekling
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