diff options
author | 2016-02-21 13:54:56 +0100 | |
---|---|---|
committer | 2016-02-21 13:54:56 +0100 | |
commit | 09da1424dcf3387bf8ec56d0bedbd1370fa92e66 (patch) | |
tree | d3d2074250fe88cb459dfdf0e2222785dd7fac2f /makefile | |
parent | 8cc853ff4354464035573cb0fb43726ba97f250b (diff) |
quick hack to enable building on OSX for now (nw)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1279,8 +1279,10 @@ else endif %.mo: %.po +ifneq ($(TARGETOS),macosx) @echo Converting translation $<... $(SILENT) msgfmt --check --output-file $@ $< +endif #------------------------------------------------- # Regression tests |