mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:47:34 +00:00
LibDraw: Fix wrong installation path
This commit is contained in:
parent
11896d0e26
commit
9bc3444626
1 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@
|
|||
set -e
|
||||
SERENITY_ROOT=../../
|
||||
|
||||
mkdir -p $SERENITY_ROOT/Root/usr/include/LibGfx/
|
||||
cp *.h $SERENITY_ROOT/Root/usr/include/LibGfx/
|
||||
mkdir -p $SERENITY_ROOT/Root/usr/include/LibDraw/
|
||||
cp *.h $SERENITY_ROOT/Root/usr/include/LibDraw/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue