diff options
author | Slávek Banko <[email protected]> | 2021-09-22 20:38:45 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-09-22 20:38:45 +0200 |
commit | 8301a3c8e542675e9b5f310d79ad24b9a12baaf8 (patch) | |
tree | d40d1bc1f37094819f52c6813f023fa641f0ec37 /qtruby/bin | |
parent | a62663c5fdfe5093a2a720e31b55cef3de707e6a (diff) | |
download | tdebindings-8301a3c8e542675e9b5f310d79ad24b9a12baaf8.tar.gz tdebindings-8301a3c8e542675e9b5f310d79ad24b9a12baaf8.zip |
Add check whether Ruby requires explicit specification of C++ standard.
Signed-off-by: Slávek Banko <[email protected]>
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 a1005f0b..988ba3d4 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 |