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 53c5716 commit 440ebf7Copy full SHA for 440ebf7
packages/php-cgi-wasm/static.mak
@@ -53,7 +53,7 @@ ${PHP_CGI_DIST_DIR}/config.js:
53
54
${PHP_CGI_DIST_DIR}/%.js: source/%.js
55
npx babel $< --out-dir ${PHP_CGI_DIST_DIR}/
56
- 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 $@)
57
58
${PHP_CGI_DIST_DIR}/%.mjs: source/%.js
59
cp $< $@;
0 commit comments