mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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: https://github.com/SerenityOS/serenity/commit/60cd3c093a7
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…
Reference in a new issue