Skip to content

Commit 37d37cb

Browse files
committed
spellcheck
1 parent 7fa8f52 commit 37d37cb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

build-static.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,10 @@ else
183183
fi
184184

185185
${spcCommand} doctor --auto-fix
186-
${spcCommand} download --with-php="${PHP_VERSION}" --for-extensions="${PHP_EXTENSIONS}" --for-libs="${PHP_EXTENSION_LIBS}" "${SPC_OPT_DOWNLOAD_ARGS}"
187186
# shellcheck disable=SC2086
188-
${spcCommand} build --enable-zts --build-embed "${SPC_OPT_BUILD_ARGS}" "${PHP_EXTENSIONS}" --with-libs="${PHP_EXTENSION_LIBS}"
187+
${spcCommand} download --with-php="${PHP_VERSION}" --for-extensions="${PHP_EXTENSIONS}" --for-libs="${PHP_EXTENSION_LIBS}" ${SPC_OPT_DOWNLOAD_ARGS}
188+
# shellcheck disable=SC2086
189+
${spcCommand} build --enable-zts --build-embed ${SPC_OPT_BUILD_ARGS} "${PHP_EXTENSIONS}" --with-libs="${PHP_EXTENSION_LIBS}"
189190
fi
190191

191192
if ! type "go" >/dev/null 2>&1; then

0 commit comments

Comments
 (0)