1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:07:34 +00:00

LibThread: Add missing install.sh script

This unbreaks the SDL port build.
This commit is contained in:
Andreas Kling 2019-09-01 16:59:12 +02:00
parent 127e1e0077
commit c686264703

8
Libraries/LibThread/install.sh Executable file
View file

@ -0,0 +1,8 @@
#!/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/