Use the ruby interpreter which configure found rather than just assuming it's
called "ruby". git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9335 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1e19f11fdc
commit
b18f84692d
1 changed files with 2 additions and 2 deletions
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
LANGUAGE = ruby
|
||||
ifneq (,$(USE_VALGRIND))
|
||||
RUBY = valgrind --leak-check=full ruby
|
||||
RUBY = valgrind --leak-check=full @RUBY@
|
||||
else
|
||||
RUBY = ruby
|
||||
RUBY = @RUBY@
|
||||
endif
|
||||
SCRIPTSUFFIX = _runme.rb
|
||||
srcdir = @srcdir@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue