Make sure our include flags are included when compiling C++ code.

This commit is contained in:
Stephanie Gawroriski
2020-11-06 21:21:35 -05:00
parent 254212a229
commit 9057820fbc

View File

@@ -123,3 +123,6 @@ ifneq ($(STATIC_LINKING), 1)
$(LIBRETRO_COMM_DIR)/string/stdstring.c \
$(LIBRETRO_COMM_DIR)/vfs/vfs_implementation.c
endif
# Make sure C++ shares our include flags!
CXXFLAGS += $(INCFLAGS)