mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-30 13:19:02 +00:00
LibThread: Add missing install.sh script
This unbreaks the SDL port build.
This commit is contained in:
parent
127e1e0077
commit
c686264703
Notes:
sideshowbarker
2024-07-19 12:25:39 +09:00
Author: https://github.com/awesomekling
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