summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-21 13:54:56 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-21 13:54:56 +0100
commit09da1424dcf3387bf8ec56d0bedbd1370fa92e66 (patch)
treed3d2074250fe88cb459dfdf0e2222785dd7fac2f /makefile
parent8cc853ff4354464035573cb0fb43726ba97f250b (diff)
quick hack to enable building on OSX for now (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index 0b19a7edce9..68dca624085 100644
--- a/makefile
+++ b/makefile
@@ -1279,8 +1279,10 @@ else
endif
%.mo: %.po
+ifneq ($(TARGETOS),macosx)
@echo Converting translation $<...
$(SILENT) msgfmt --check --output-file $@ $<
+endif
#-------------------------------------------------
# Regression tests