mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
fbd0b5a186
From Miguel Landaeta <miguel@miguel.cc>
13 lines
370 B
Plaintext
13 lines
370 B
Plaintext
Index: lib/mruby/build/command.rb
|
|
--- lib/mruby/build/command.rb.orig
|
|
+++ lib/mruby/build/command.rb
|
|
@@ -249,7 +249,7 @@ module MRuby
|
|
|
|
def initialize(build)
|
|
super
|
|
- @command = "ruby #{MRUBY_ROOT}/tools/lrama/exe/lrama"
|
|
+ @command = "${RUBY} #{MRUBY_ROOT}/tools/lrama/exe/lrama"
|
|
@compile_options = %q[-o "%{outfile}" "%{infile}"]
|
|
end
|
|
|