mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
Merge branch 'master' of https://github.com/mamedev/mame
This commit is contained in:
commit
629220d63f
2
makefile
2
makefile
@ -1279,8 +1279,10 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
%.mo: %.po
|
%.mo: %.po
|
||||||
|
ifneq ($(TARGETOS),macosx)
|
||||||
@echo Converting translation $<...
|
@echo Converting translation $<...
|
||||||
$(SILENT) msgfmt --check --output-file $@ $<
|
$(SILENT) msgfmt --check --output-file $@ $<
|
||||||
|
endif
|
||||||
|
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
# Regression tests
|
# Regression tests
|
||||||
|
Loading…
Reference in New Issue
Block a user