summaryrefslogtreecommitdiff
path: root/tools/x-win/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/x-win/compile.sh')
-rwxr-xr-xtools/x-win/compile.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/x-win/compile.sh b/tools/x-win/compile.sh
index e6ed0b6381..8db9d984af 100755
--- a/tools/x-win/compile.sh
+++ b/tools/x-win/compile.sh
@@ -72,3 +72,7 @@ LDFLAGS="-L${PREFIX}/lib" ./waf configure \
$ARDOURCFG \
--prefix=${PREFIX}
./waf ${CONCURRENCY}
+
+echo " === build complete, creating translations"
+./waf i18n
+echo " === done"