flatten 20260225
This commit is contained in:
16
resources/packages-not-used/uvw/prepare
Executable file
16
resources/packages-not-used/uvw/prepare
Executable file
@@ -0,0 +1,16 @@
|
||||
mkdir -p sdk/include
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
mkdir uvw
|
||||
pushd uvw
|
||||
|
||||
git clone https://github.com/skypjack/uvw.git
|
||||
|
||||
popd
|
||||
|
||||
pushd sdk/include
|
||||
cp $DIR/uv.h .
|
||||
ln -fs ../../uvw/uvw/src uvw
|
||||
popd
|
||||
|
||||
1
resources/packages-not-used/uvw/uv.h
Normal file
1
resources/packages-not-used/uvw/uv.h
Normal file
@@ -0,0 +1 @@
|
||||
#include <libev/uv.h>
|
||||
Reference in New Issue
Block a user