mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-10-12 15:35:00 +00:00
structure, layout and automation
This commit is contained in:
12
node_modules/node-sass/bin/emcc
generated
vendored
Executable file
12
node_modules/node-sass/bin/emcc
generated
vendored
Executable 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