Skip to content

Commit 92dcce6

Browse files
committed
Build Intl Node JSPI
1 parent 18335d2 commit 92dcce6

File tree

9 files changed

+0
-6
lines changed

9 files changed

+0
-6
lines changed

packages/php-wasm/compile/shared/intl/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,6 @@ RUN set -euxo pipefail; \
176176
/root/replace.sh 's|INTL_SHARED_LIBADD\s*=.*||' Makefile; \
177177
fi; \
178178

179-
# The generated Makefile incorrectly sets INTL_SHARED_LIBADD to include static ICU libraries.
180-
# This breaks building a dynamic intl extension with Emscripten.
181-
if [[ "${PHP_VERSION:0:1}" -eq "7" && "${PHP_VERSION:2:1}" -le "3" ]]; then \
182-
/root/replace.sh 's|INTL_SHARED_LIBADD\s*=.*||' Makefile; \
183-
fi; \
184-
185179
export EMCC_FLAGS="-sSIDE_MODULE -D__x86_64__"; \
186180

187181
if [ "$WITH_DEBUG" = "yes" ]; then \
2.47 MB
Binary file not shown.
2.47 MB
Binary file not shown.
2.47 MB
Binary file not shown.
2.47 MB
Binary file not shown.
2.47 MB
Binary file not shown.
2.51 MB
Binary file not shown.
2.52 MB
Binary file not shown.
2.52 MB
Binary file not shown.

0 commit comments

Comments
 (0)