diff --git a/Libraries/LibThread/install.sh b/Libraries/LibThread/install.sh new file mode 100755 index 0000000000..fe723c94e9 --- /dev/null +++ b/Libraries/LibThread/install.sh @@ -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/