We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305a358 commit 5e5b385Copy full SHA for 5e5b385
packages/php-cgi-wasm/static.mak
@@ -58,7 +58,7 @@ ${PHP_CGI_DIST_DIR}/config.js:
58
59
${PHP_CGI_DIST_DIR}/%.js: source/%.js
60
npx babel $< --out-dir ${PHP_CGI_DIST_DIR}/
61
- sed -i 's|import.meta|(undefined /*import.meta*/)|' ${PHP_CGI_DIST_DIR}/$(notdir $@)
+ sed -i '' -e 's|import.meta|(undefined /*import.meta*/)|' ${PHP_CGI_DIST_DIR}/$(notdir $@)
62
63
${PHP_CGI_DIST_DIR}/%.mjs: source/%.js
64
cp $< $@;
0 commit comments