summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-09-17 19:18:23 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-09-17 19:18:23 +0900
commitbcb3247072e6973d0f6b50ca5fed238d5824bd28 (patch)
tree48b57bf7d5009e2a3c92c41819031715a1c54874 /common.mk
parente9a36f8abe3fae23878fd99ed5078717b9b7e826 (diff)
[Bug #19778] Pass additional include options to INCFLAGS in common.mk
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index d35b2f3381..c7fd2f1af5 100644
--- a/common.mk
+++ b/common.mk
@@ -46,7 +46,7 @@ RUN_OPTS = --disable-gems
# GITPULLOPTIONS = --no-tags
YARP_SRCDIR = $(srcdir)/yarp
-INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir) -I$(srcdir) -I$(YARP_SRCDIR) -I$(UNICODE_HDR_DIR)
+INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir) -I$(srcdir) -I$(YARP_SRCDIR) -I$(UNICODE_HDR_DIR) $(incflags)
GEM_HOME =
GEM_PATH =