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 |