mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:37:37 +00:00
LibThread: Add missing install.sh script
This unbreaks the SDL port build.
This commit is contained in:
parent
127e1e0077
commit
c686264703
1 changed files with 8 additions and 0 deletions
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/
|
Loading…
Add table
Add a link
Reference in a new issue