mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
Update compile-php.sh
This commit is contained in:
parent
99bdb1fec1
commit
0fbef677ca
@ -114,7 +114,7 @@ cd $php_dir && \
|
||||
$self_dir/check-extensions.sh finish_compile && \
|
||||
strip $self_dir/php-dist/bin/php
|
||||
if [ $? != 0 ]; then
|
||||
exit $?
|
||||
exit 1
|
||||
fi
|
||||
# 将 PHP 和 micro 输出到指定目录
|
||||
echo "Copying php binary to $OUT_DIR ..." && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user