Skip to content

Commit

Permalink
update make.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jul 11, 2024
1 parent 188f954 commit 1dc9eab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sapi/src/template/make.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,12 @@
<?php endif ;?>

cd <?= $this->phpSrcDir ?>/
# 添加扩展
# 添加非内置扩展
if [ ! -z "$(ls -A ${__PROJECT_DIR__}/ext/)" ] ;then
cp -rf ${__PROJECT_DIR__}/ext/* <?= $this->phpSrcDir ?>/ext/
fi

cd <?= $this->phpSrcDir ?>/
# 对扩展源代码执行预处理
before_configure_script

Expand Down

0 comments on commit 1dc9eab

Please sign in to comment.