mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 00:32:46 +00:00
Merge pull request #9176 from Datamats/add_defs_and_includes_from_common
add defs and includes from Makefile.common to the Makefile.libnx build params
This commit is contained in:
commit
5aaa51d2e4
@ -133,6 +133,10 @@ ifeq ($(HAVE_OPENGL), 1)
|
||||
LIBS := -lEGL -lglapi -ldrm_nouveau $(LIBS)
|
||||
endif
|
||||
|
||||
# add things from Makefile.common
|
||||
CFLAGS += $(DEF_FLAGS)
|
||||
INCLUDES += $(INCLUDE_DIRS)
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# list of directories containing libraries, this must be the top level containing
|
||||
# include and lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user