From 09da1424dcf3387bf8ec56d0bedbd1370fa92e66 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 21 Feb 2016 13:54:56 +0100 Subject: [PATCH] quick hack to enable building on OSX for now (nw) --- makefile | 2 ++ 1 file changed, 2 insertions(+) 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