mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
fix compile on some platforms (nw)
This commit is contained in:
parent
09fd282dc8
commit
5772715d63
3
makefile
3
makefile
@ -311,6 +311,7 @@ PYTHON := $(PYTHON_EXECUTABLE)
|
||||
endif
|
||||
CC := $(SILENT)gcc
|
||||
LD := $(SILENT)g++
|
||||
CXX:= $(SILENT)g++
|
||||
|
||||
#-------------------------------------------------
|
||||
# specify OSD layer: windows, sdl, etc.
|
||||
@ -1195,7 +1196,7 @@ endif
|
||||
ifndef MARVELL_ROOTFS
|
||||
$(error MARVELL_ROOTFS is not set)
|
||||
endif
|
||||
$(SILENT) $(GENIE) $(PARAMS) --gcc=steamlink --gcc_version=$(GCC_VERSION) --USE_BGFX=0 --NO_OPENGL=1 --NO_USE_MIDI=1 --NO_X11=1 --NOASM=1 --SDL_INSTALL_ROOT=$(MARVELL_ROOTFS)/usr gmake
|
||||
$(SILENT) $(GENIE) $(PARAMS) --gcc=steamlink --gcc_version=$(GCC_VERSION) --USE_BGFX=0 --NO_OPENGL=1 --NO_USE_MIDI=1 --NO_X11=1 --NOASM=1 --SDL_INSTALL_ROOT=$(MARVELL_ROOTFS)/usr gmake
|
||||
|
||||
.PHONY: steamlink
|
||||
ifndef MARVELL_SDK_PATH
|
||||
|
Loading…
Reference in New Issue
Block a user