mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 13:19:47 +00:00
9 lines
182 B
Bash
Executable File
9 lines
182 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
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/
|