mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
Update compile-php.sh
This commit is contained in:
@@ -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 ..." && \
|
||||||
|
|||||||
Reference in New Issue
Block a user