mirror of
https://github.com/libretro/Mu.git
synced 2026-07-08 17:57:01 +00:00
Make sure our include flags are included when compiling C++ code.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user