Basically the same issue as #40 but for the Ruby binary. On my system it is located here:
[root@dd9133d54e47 bin]# which ruby
/usr/local/bin/ruby
|
ifeq ($(findstring macosx,$(GMSEC_PLATFORM)), macosx) |
|
RUBY = /usr/local/opt/ruby/bin/ruby |
|
else |
|
RUBY = /usr/bin/ruby |
|
endif |
Basically the same issue as #40 but for the Ruby binary. On my system it is located here:
GMSEC_API/ruby/gmsec5/MakeRuby
Lines 18 to 22 in ac7d45e