diff options
author | Dessa <Dessa@gmake.de> | 2017-02-17 14:15:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-17 14:15:17 +0100 |
commit | 0778ae3d4ff38219254a6a02344106327e064c9a (patch) | |
tree | e56d92e13ac27860b91cbecd8e6ea304229e7331 /ruby/src | |
parent | Fixed install location for IcePy.so (diff) | |
download | ice-0778ae3d4ff38219254a6a02344106327e064c9a.tar.bz2 ice-0778ae3d4ff38219254a6a02344106327e064c9a.tar.xz ice-0778ae3d4ff38219254a6a02344106327e064c9a.zip |
apply 8e5bc0f to IceRuby
Diffstat (limited to 'ruby/src')
-rw-r--r-- | ruby/src/IceRuby/Makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby/src/IceRuby/Makefile.mk b/ruby/src/IceRuby/Makefile.mk index c2a00b17114..3b251d8017c 100644 --- a/ruby/src/IceRuby/Makefile.mk +++ b/ruby/src/IceRuby/Makefile.mk @@ -30,6 +30,7 @@ IceRuby_extra_sources := $(filter-out %Util.cpp %Python.cpp,\ # $(foreach p,$(supported-platforms),$(eval $$p_targetdir[IceRuby] := /$$p)) $(firstword $(supported-platforms))_targetdir[IceRuby] := +$(firstword $(supported-platforms))_installdir[IceRuby] := projects += $(project) srcs:: $(project) |