mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
9 lines
186 B
Bash
Executable File
9 lines
186 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
SERENITY_ROOT=../../
|
|
|
|
mkdir -p $SERENITY_ROOT/Root/usr/include/LibThread/
|
|
cp *.h $SERENITY_ROOT/Root/usr/include/LibThread/
|
|
cp libthread.a $SERENITY_ROOT/Root/usr/lib/
|