$
This commit is contained in:
12
node_modules/node-sass/bin/emcc
generated
vendored
Normal file
12
node_modules/node-sass/bin/emcc
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
skip=0
|
||||
|
||||
for arg; do
|
||||
shift
|
||||
[ "$skip" = "1" ] && skip=0 && continue
|
||||
[ "$arg" = "-arch" ] && skip=1 && continue
|
||||
set -- "$@" "$arg"
|
||||
done
|
||||
|
||||
emcc $@
|
Reference in New Issue
Block a user