diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-08-16 11:37:41 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-08-16 11:37:41 +0200 |
commit | 1134640c58a01d044af0c43359086a57fa7e2654 (patch) | |
tree | aa619097bb05d2b56952ab5ad053e8dd0a570f9d /ruby/src | |
parent | Do not need to create SymbolCache directory (diff) | |
download | ice-1134640c58a01d044af0c43359086a57fa7e2654.tar.bz2 ice-1134640c58a01d044af0c43359086a57fa7e2654.tar.xz ice-1134640c58a01d044af0c43359086a57fa7e2654.zip |
Ported build system improvements from Freeze repository
Diffstat (limited to 'ruby/src')
-rw-r--r-- | ruby/src/IceRuby/Makefile.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ruby/src/IceRuby/Makefile.mk b/ruby/src/IceRuby/Makefile.mk index 7fc6859bb60..b7bfc946aa4 100644 --- a/ruby/src/IceRuby/Makefile.mk +++ b/ruby/src/IceRuby/Makefile.mk @@ -13,8 +13,7 @@ IceRuby_target := ruby-module IceRuby_targetname := IceRuby IceRuby_targetdir := $(lang_srcdir)/ruby IceRuby_installdir := $(install_rubylibdir) -IceRuby_cppflags := -I$(project) -I$(top_srcdir)/cpp/include -I$(top_srcdir)/cpp/include/generated \ - -I$(top_srcdir)/cpp/src $(ruby_cppflags) +IceRuby_cppflags := -I$(project) $(ice_cpp_cppflags) -I$(top_srcdir)/cpp/src $(ruby_cppflags) IceRuby_system_libs := $(ruby_ldflags) IceRuby_dependencies := IceDiscovery IceLocatorDiscovery IceSSL Ice IceRuby_libs := mcpp |