1
0
Fork 0
libreoffice/solenv/bin/run-configure
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +02:00

9 lines
254 B
Bash
Executable file

#!/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 "$@"