summaryrefslogtreecommitdiffstats
path: root/node_modules/node-sass/bin/emcc
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/node-sass/bin/emcc')
-rwxr-xr-xnode_modules/node-sass/bin/emcc12
1 files changed, 0 insertions, 12 deletions
diff --git a/node_modules/node-sass/bin/emcc b/node_modules/node-sass/bin/emcc
deleted file mode 100755
index e2b8222..0000000
--- a/node_modules/node-sass/bin/emcc
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-skip=0
-
-for arg; do
- shift
- [ "$skip" = "1" ] && skip=0 && continue
- [ "$arg" = "-arch" ] && skip=1 && continue
- set -- "$@" "$arg"
-done
-
-emcc $@