summaryrefslogtreecommitdiffhomepage
path: root/build_config.rb
diff options
context:
space:
mode:
authorMATSUMOTO Ryosuke <[email protected]>2013-03-23 18:54:56 +0900
committerMATSUMOTO Ryosuke <[email protected]>2013-03-23 18:54:56 +0900
commitab82a86da4add084624771d98961619be8e2b1e8 (patch)
tree5291cccd9c4a25570a6e1d3f0dad9ba578129a66 /build_config.rb
parentacab35a2a54e00e197b7372e940b83235480179d (diff)
downloadmruby-ab82a86da4add084624771d98961619be8e2b1e8.tar.gz
mruby-ab82a86da4add084624771d98961619be8e2b1e8.zip
Add mruby-random mrbgem (no activation though)
Diffstat (limited to 'build_config.rb')
-rw-r--r--build_config.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_config.rb b/build_config.rb
index 475ff27a8..fe36697c0 100644
--- a/build_config.rb
+++ b/build_config.rb
@@ -41,6 +41,9 @@ MRuby::Build.new do |conf|
# No use eval method
# conf.gem "#{root}/mrbgems/mruby-eval
+ # No use Random module
+ # conf.gem "#{root}/mrbgems/mruby-random
+
# Generate binaries
# conf.bins = %w(mrbc mruby mirb)