summaryrefslogtreecommitdiff
path: root/template
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 /template
parente9a36f8abe3fae23878fd99ed5078717b9b7e826 (diff)
[Bug #19778] Pass additional include options to INCFLAGS in common.mk
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 893581c457..6fdece8efe 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -89,6 +89,7 @@ optflags = @optflags@
debugflags = @debugflags@
warnflags = @warnflags@ @strict_warnflags@
cppflags = @cppflags@
+incflags = @incflags@
RUBY_DEVEL = @RUBY_DEVEL@ # "yes" or empty
_RUBY_DEVEL_enabled = $(RUBY_DEVEL:no=)
XCFLAGS = @XCFLAGS@ $(INCFLAGS) $(_RUBY_DEVEL_enabled:yes=-DRUBY_DEVEL=1)