mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
quick hack to enable building on OSX for now (nw)
This commit is contained in:
parent
8cc853ff43
commit
09da1424dc
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