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:
Twinaphex 2019-07-23 20:27:37 +02:00 committed by GitHub
commit 5aaa51d2e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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