mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
fix bgfx compile on linux, still disable till confirmed (nw)
This commit is contained in:
parent
7835f3580f
commit
5806f40f57
@ -787,6 +787,7 @@ ifdef USE_BGFX
|
|||||||
DEFS += -DUSE_BGFX
|
DEFS += -DUSE_BGFX
|
||||||
OSDOBJS += $(SDLOBJ)/drawbgfx.o
|
OSDOBJS += $(SDLOBJ)/drawbgfx.o
|
||||||
INCPATH += -I$(3RDPARTY)/bgfx/include -I$(3RDPARTY)/bx/include
|
INCPATH += -I$(3RDPARTY)/bgfx/include -I$(3RDPARTY)/bx/include
|
||||||
|
LIBS += $(LIBGL)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user