mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Update compile-deps.sh, support caching [skip ci]
This commit is contained in:
parent
265fac3ca1
commit
1dd4ad9cc1
@ -43,4 +43,8 @@ function do_curl_compiler() {
|
||||
echo "curl compiled!"
|
||||
}
|
||||
|
||||
do_xml_compiler && do_curl_compiler && do_libzip_compiler
|
||||
if [ ! -f "$self_dir/source/.deps-compiled" ]; then
|
||||
do_xml_compiler && do_curl_compiler && do_libzip_compiler && touch "$self_dir/source/.deps-compiled"
|
||||
else
|
||||
echo "Skip compilation for dependencies"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user