flatten 20260225
This commit is contained in:
15
resources/packages/date/prepare
Executable file
15
resources/packages/date/prepare
Executable file
@@ -0,0 +1,15 @@
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
mkdir -p sdk/include
|
||||
|
||||
mkdir date
|
||||
pushd date
|
||||
|
||||
git clone --depth 1 https://github.com/HowardHinnant/date.git --branch=v3.0.1
|
||||
|
||||
popd
|
||||
|
||||
pushd sdk/include
|
||||
ln -fs ../../date/date/include/date
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user