repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update git submodules
[LibreOffice.git]
/
solenv
/
bin
/
run-configure
blob
9758ff1d86c6e3fb22c2c433fb5ed98da3ef2cce
1
#!/bin/sh
2
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
8
9
exec
"$@"