blob: 9758ff1d86c6e3fb22c2c433fb5ed98da3ef2cce (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
# We could run emconfigure here, but LO's gbuild should have set up everything
# correctly. If something breaks because of this, we likely have mre problems.
if test "$OS" = "EMSCRIPTEN"; then
export EMMAKEN_JUST_CONFIGURE=1
fi
exec "$@"
|