Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
assambar committed Mar 29, 2023
1 parent 43f9aea commit 723e48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/php-8.2.0/wlr-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ mkdir -p ${WLR_OUTPUT}/bin 2>/dev/null || exit 1
# WASMOPD_ASYNCIFY_ARGS="--asyncify --pass-arg=asyncify-ignore-imports"

PHP_CGI_TARGET="${WLR_OUTPUT}/bin/php-cgi${WLR_BUILD_FLAVOR:+-$WLR_BUILD_FLAVOR}.wasm"
logStatus "Ru#nning wasm-opt with '${WASMOPD_ASYNCIFY_ARGS}' on php-cgi..."
logStatus "Running wasm-opt with '${WASMOPD_ASYNCIFY_ARGS}' on php-cgi..."
wasm-opt -O2 ${WASMOPD_ASYNCIFY_ARGS} -o "${PHP_CGI_TARGET}" sapi/cgi/php-cgi || exit 1

if [[ "${WLR_BUILD_FLAVOR}" == *"wasmedge"* ]]
Expand Down

0 comments on commit 723e48b

Please sign in to comment.