mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +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 && \
|
$self_dir/check-extensions.sh finish_compile && \
|
||||||
strip $self_dir/php-dist/bin/php
|
strip $self_dir/php-dist/bin/php
|
||||||
if [ $? != 0 ]; then
|
if [ $? != 0 ]; then
|
||||||
exit $?
|
exit 1
|
||||||
fi
|
fi
|
||||||
# 将 PHP 和 micro 输出到指定目录
|
# 将 PHP 和 micro 输出到指定目录
|
||||||
echo "Copying php binary to $OUT_DIR ..." && \
|
echo "Copying php binary to $OUT_DIR ..." && \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user