mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
add defs and includes from Makefile.common to the build params
This commit is contained in:
parent
2750997724
commit
9dadb313b5
@ -133,6 +133,10 @@ ifeq ($(HAVE_OPENGL), 1)
|
|||||||
LIBS := -lEGL -lglapi -ldrm_nouveau $(LIBS)
|
LIBS := -lEGL -lglapi -ldrm_nouveau $(LIBS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# add things from Makefile.common
|
||||||
|
CFLAGS += $(DEF_FLAGS)
|
||||||
|
INCLUDES += $(INCLUDE_DIRS)
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# list of directories containing libraries, this must be the top level containing
|
# list of directories containing libraries, this must be the top level containing
|
||||||
# include and lib
|
# include and lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user