mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibThread: Add missing install.sh script
This unbreaks the SDL port build.
This commit is contained in:
8
Libraries/LibThread/install.sh
Executable file
8
Libraries/LibThread/install.sh
Executable 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/
|
||||
Reference in New Issue
Block a user