flatten 20260225
This commit is contained in:
8307
resources/packages/httplib/httplib.h
Normal file
8307
resources/packages/httplib/httplib.h
Normal file
File diff suppressed because it is too large
Load Diff
21
resources/packages/httplib/prepare
Executable file
21
resources/packages/httplib/prepare
Executable file
@@ -0,0 +1,21 @@
|
||||
set -x
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
mkdir -p sdk/include
|
||||
|
||||
LIB=httplib
|
||||
|
||||
mkdir $LIB
|
||||
pushd $LIB
|
||||
|
||||
mkdir -p httplib/include
|
||||
cp $DIR/httplib.h httplib/include
|
||||
|
||||
|
||||
popd
|
||||
|
||||
pushd sdk/include
|
||||
rm httplib
|
||||
ln -fs ../../$LIB/httplib/include httplib
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user