From: Felipe Huici Date: Wed, 16 Oct 2019 09:44:53 +0000 (+0200) Subject: Fix typo in Makefile.uk X-Git-Tag: RELEASE-0.4~3 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0f77edaeae778f051c16dc00dce2314a6987f03e;p=unikraft%2Flibs%2Flua.git Fix typo in Makefile.uk Change CPPINCLUDES to CXXINCLUDES Signed-off-by: Felipe Huici Reviewed-by: Roxana Nicolescu --- diff --git a/Makefile.uk b/Makefile.uk index 8e62fea..6768de3 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -26,7 +26,7 @@ LIBLUA_SRCS_BASE=$(LIBLUA_ORIGIN)/$(LIBLUA_TARBALL)/src # The prepare step below takes care of populating the folder. $(call mk_sub_build_dir,liblua/include) CINCLUDES-$(CONFIG_LIBLUA) += -I$(LIBLUA_BUILD)/include -CPPINCLUDES-$(CONFIG_LIBLUA) += -I$(LIBLUA_BUILD)/include +CXXINCLUDES-$(CONFIG_LIBLUA) += -I$(LIBLUA_BUILD)/include # Private headers LIBLUA_CINCLUDES-y += -I$(LIBLUA_SRCS_BASE)