mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibDraw: Fix wrong installation path
This commit is contained in:
parent
11896d0e26
commit
9bc3444626
Notes:
sideshowbarker
2024-07-19 12:32:17 +09:00
Author: https://github.com/awesomekling
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