mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
continue execution of compilation even if some translations failed (nw)
This commit is contained in:
parent
7068b2f49a
commit
8682052f71
2
makefile
2
makefile
@ -1365,7 +1365,7 @@ endif
|
|||||||
|
|
||||||
%.mo: %.po
|
%.mo: %.po
|
||||||
@echo Converting translation $<...
|
@echo Converting translation $<...
|
||||||
$(SILENT)$(PYTHON) scripts/build/msgfmt.py --output-file $@ $<
|
$(SILENT)$(PYTHON) scripts/build/msgfmt.py --output-file $@ $< || exit 0
|
||||||
|
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
# Regression tests
|
# Regression tests
|
||||||
|
Loading…
Reference in New Issue
Block a user