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
commit c686264703
Notes: sideshowbarker 2024-07-19 12:25:39 +09:00

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/