summaryrefslogtreecommitdiffhomepage
path: root/build_config.rb
diff options
context:
space:
mode:
authormattn <[email protected]>2013-03-01 14:56:28 +0900
committermattn <[email protected]>2013-03-01 14:56:28 +0900
commit878fe38b4caad6d775072593d9aa3e737926167d (patch)
treedab545f92e2769172820de77157934a70672a9dd /build_config.rb
parent261efd8e9dc3bdaf4438797a9cdb34f7792a5639 (diff)
downloadmruby-878fe38b4caad6d775072593d9aa3e737926167d.tar.gz
mruby-878fe38b4caad6d775072593d9aa3e737926167d.zip
Gemify
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 c0a6eacc6..d3feccd71 100644
--- a/build_config.rb
+++ b/build_config.rb
@@ -17,6 +17,9 @@ MRuby::Build.new do |conf|
# Use standard Time class
conf.gem 'mrbgems/mruby-time'
+ # Use standard Struct class
+ conf.gem 'mrbgems/mruby-struct'
+
# Generate binaries
# conf.bins = %w(mrbc mruby mirb)