fix bgfx compile on linux, still disable till confirmed (nw)

This commit is contained in:
Miodrag Milanovic 2015-02-01 18:02:56 +01:00
parent 7835f3580f
commit 5806f40f57

View File

@ -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
#------------------------------------------------- #-------------------------------------------------