Update git submodules
[LibreOffice.git] / solenv / bin / run-configure
blob9758ff1d86c6e3fb22c2c433fb5ed98da3ef2cce
1 #!/bin/sh
3 # We could run emconfigure here, but LO's gbuild should have set up everything
4 # correctly. If something breaks because of this, we likely have mre problems.
5 if test "$OS" = "EMSCRIPTEN"; then
6 export EMMAKEN_JUST_CONFIGURE=1
7 fi
9 exec "$@"