mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Fix Emscripten build (nw)
This commit is contained in:
parent
588ee94e9e
commit
b1eaf63758
1 changed files with 4 additions and 0 deletions
4
makefile
4
makefile
|
@ -1267,7 +1267,11 @@ $(GENDIR)/%.lh: $(SRC)/%.lay scripts/build/file2str.py | $(GEN_FOLDERS)
|
|||
$(SILENT)$(PYTHON) scripts/build/file2str.py $< $@ layout_$(basename $(notdir $<))
|
||||
|
||||
$(SRC)/devices/cpu/m68000/m68kops.cpp: $(SRC)/devices/cpu/m68000/m68k_in.cpp $(SRC)/devices/cpu/m68000/m68kmake.cpp
|
||||
ifeq ($(TARGETOS),asmjs)
|
||||
$(SILENT) $(MAKE) -C $(SRC)/devices/cpu/m68000
|
||||
else
|
||||
$(SILENT) $(MAKE) -C $(SRC)/devices/cpu/m68000 CC=$(CC) CXX=$(CXX)
|
||||
endif
|
||||
|
||||
#-------------------------------------------------
|
||||
# Regression tests
|
||||
|
|
Loading…
Reference in a new issue