summaryrefslogtreecommitdiff
path: root/tools/x-win
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-12 03:52:10 +0100
committerRobin Gareus <robin@gareus.org>2015-03-12 03:52:10 +0100
commit8496b85aceb81fac5e780bc53527c832138ba241 (patch)
tree529289c47de52c2460ecdbb30a738cd48c1b63ad /tools/x-win
parente7355ee2ae6dc873731c71c6cdc7d72a0c6065db (diff)
have another go at windows i18n
Diffstat (limited to 'tools/x-win')
-rwxr-xr-xtools/x-win/compile.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/x-win/compile.sh b/tools/x-win/compile.sh
index 8db9d984af..b1e78e1535 100755
--- a/tools/x-win/compile.sh
+++ b/tools/x-win/compile.sh
@@ -73,6 +73,9 @@ LDFLAGS="-L${PREFIX}/lib" ./waf configure \
--prefix=${PREFIX}
./waf ${CONCURRENCY}
+if [ "$(id -u)" = "0" ]; then
+ apt-get -qq -y install gettext
+fi
echo " === build complete, creating translations"
./waf i18n
echo " === done"