diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2021-09-22 20:38:45 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2021-09-22 20:39:03 +0200 |
| commit | a86a175c4aaac30870baa8af66dfd1fc42ea1bff (patch) | |
| tree | 34f2573b3579f89f7d03f5b828719747b686476f /qtruby/bin | |
| parent | 3ac84fc2f49431a8c6a13d667d01da5d0760aa06 (diff) | |
| download | tdebindings-a86a175c.tar.gz tdebindings-a86a175c.zip | |
Add check whether Ruby requires explicit specification of C++ standard.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8301a3c8e542675e9b5f310d79ad24b9a12baaf8)
Diffstat (limited to 'qtruby/bin')
| -rw-r--r-- | qtruby/bin/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
