From da9ddb2a6a5e857f680acda61b7b8ea411e4b1fb Mon Sep 17 00:00:00 2001 From: Rodney Rehm Date: Sat, 22 Sep 2018 15:25:47 +0200 Subject: [PATCH] fix(emscripten): LEGACY_VM_SUPPORT to support IE11 - #96 --- libsass/Makefile.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libsass/Makefile.patch b/libsass/Makefile.patch index 9697e61..8ba01b6 100644 --- a/libsass/Makefile.patch +++ b/libsass/Makefile.patch @@ -1,6 +1,6 @@ --- Makefile.orig 2015-09-09 14:30:05.000000000 +0300 +++ Makefile 2015-09-09 14:36:59.000000000 +0300 -@@ -208,6 +208,37 @@ +@@ -208,6 +208,39 @@ debug-shared: CXXFLAGS := -g -DDEBUG -DDEBUG_LVL="$(DEBUG_LVL)" $(filter-out -O2,$(CXXFLAGS)) debug-shared: shared @@ -12,6 +12,7 @@ + -s WASM=0 \ + -s DISABLE_EXCEPTION_CATCHING=0 \ + -s ALLOW_MEMORY_GROWTH=1 \ ++ -s LEGACY_VM_SUPPORT=1 \ + -s EMTERPRETIFY=1 \ + -s EMTERPRETIFY_ASYNC=1 \ + -s EMTERPRETIFY_WHITELIST=@../emterpreter_whitelist.json \ @@ -25,6 +26,7 @@ + -s WASM=0 \ + -s DISABLE_EXCEPTION_CATCHING=0 \ + -s ALLOW_MEMORY_GROWTH=1 \ ++ -s LEGACY_VM_SUPPORT=1 \ + -s EMTERPRETIFY=1 \ + -s EMTERPRETIFY_ASYNC=1 \ + -s EMTERPRETIFY_WHITELIST=@../emterpreter_whitelist.json \