Skip to content

Commit da9ddb2

Browse files
committed
fix(emscripten): LEGACY_VM_SUPPORT to support IE11 - #96
1 parent ba13392 commit da9ddb2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libsass/Makefile.patch

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- Makefile.orig 2015-09-09 14:30:05.000000000 +0300
22
+++ Makefile 2015-09-09 14:36:59.000000000 +0300
3-
@@ -208,6 +208,37 @@
3+
@@ -208,6 +208,39 @@
44
debug-shared: CXXFLAGS := -g -DDEBUG -DDEBUG_LVL="$(DEBUG_LVL)" $(filter-out -O2,$(CXXFLAGS))
55
debug-shared: shared
66

@@ -12,6 +12,7 @@
1212
+ -s WASM=0 \
1313
+ -s DISABLE_EXCEPTION_CATCHING=0 \
1414
+ -s ALLOW_MEMORY_GROWTH=1 \
15+
+ -s LEGACY_VM_SUPPORT=1 \
1516
+ -s EMTERPRETIFY=1 \
1617
+ -s EMTERPRETIFY_ASYNC=1 \
1718
+ -s EMTERPRETIFY_WHITELIST=@../emterpreter_whitelist.json \
@@ -25,6 +26,7 @@
2526
+ -s WASM=0 \
2627
+ -s DISABLE_EXCEPTION_CATCHING=0 \
2728
+ -s ALLOW_MEMORY_GROWTH=1 \
29+
+ -s LEGACY_VM_SUPPORT=1 \
2830
+ -s EMTERPRETIFY=1 \
2931
+ -s EMTERPRETIFY_ASYNC=1 \
3032
+ -s EMTERPRETIFY_WHITELIST=@../emterpreter_whitelist.json \

0 commit comments

Comments
 (0)