From a86a175c4aaac30870baa8af66dfd1fc42ea1bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 22 Sep 2021 20:38:45 +0200 Subject: Add check whether Ruby requires explicit specification of C++ standard. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 8301a3c8e542675e9b5f310d79ad24b9a12baaf8) --- qtruby/bin/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qtruby/bin') diff --git a/qtruby/bin/Makefile.am b/qtruby/bin/Makefile.am index ac39aeb2..46159ec4 100644 --- a/qtruby/bin/Makefile.am +++ b/qtruby/bin/Makefile.am @@ -1,3 +1,5 @@ +CXXFLAGS += $(RUBY_CXXFLAGS) + INCLUDES = $(all_includes) -I$(RUBY_ARCHDIR) $(RUBY_CFLAGS) bin_PROGRAMS = qtrubyinit -- cgit v1.2.1