LibDraw: Make sure we install libdraw.a so ports can link with -ldraw

This commit is contained in:
Andreas Kling 2019-09-07 18:19:02 +02:00
parent 29f58aef21
commit 60cd3c093a
Notes: sideshowbarker 2024-07-19 12:14:00 +09:00

View file

@ -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/