Add double-quote

This commit is contained in:
MATSUMOTO Ryosuke
2013-03-23 18:59:36 +09:00
parent ab82a86da4
commit 97eb5d9efe
+2 -2
View File
@@ -39,10 +39,10 @@ MRuby::Build.new do |conf|
conf.gem "#{root}/mrbgems/mruby-hash-ext"
# No use eval method
# conf.gem "#{root}/mrbgems/mruby-eval
# conf.gem "#{root}/mrbgems/mruby-eval"
# No use Random module
# conf.gem "#{root}/mrbgems/mruby-random
# conf.gem "#{root}/mrbgems/mruby-random"
# Generate binaries
# conf.bins = %w(mrbc mruby mirb)