We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f559e1 commit 56fabe8Copy full SHA for 56fabe8
build-static.sh
@@ -158,7 +158,6 @@ fi
158
if [ -z "${PHP_EXTENSIONS}" ]; then
159
# enable EMBED mode, first check if project has dumped extensions
160
if [ -n "${EMBED}" ] && [ -f "${EMBED}/composer.json" ] && [ -f "${EMBED}/composer.lock" ] && [ -f "${EMBED}/vendor/composer/installed.json" ]; then
161
- cd "${EMBED}"
162
# read the extensions using spc dump-extensions
163
PHP_EXTENSIONS=$(${spcCommand} dump-extensions "${EMBED}" --format=text --no-dev --no-ext-output="${defaultExtensions}")
164
else
0 commit comments