From 8496b85aceb81fac5e780bc53527c832138ba241 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 12 Mar 2015 03:52:10 +0100 Subject: [PATCH] have another go at windows i18n --- tools/x-win/compile.sh | 3 +++ 1 file changed, 3 insertions(+) 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"