mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 21:59:21 +00:00
9 lines
185 B
Bash
Executable File
9 lines
185 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
SERENITY_ROOT=../../
|
|
|
|
mkdir -p $SERENITY_ROOT/Root/usr/include/LibAudio/
|
|
cp ./*.h $SERENITY_ROOT/Root/usr/include/LibAudio/
|
|
cp libaudio.a $SERENITY_ROOT/Root/usr/lib/
|