summaryrefslogtreecommitdiffhomepage
path: root/build_config.rb
diff options
context:
space:
mode:
authorYukihiro Matz Matsumoto <[email protected]>2013-02-28 22:41:08 +0900
committerYukihiro Matz Matsumoto <[email protected]>2013-02-28 22:41:08 +0900
commit12af04011fcaa80c6aa70da0586e39046613b3cf (patch)
treebf6c634c6ac3d485a72dbdd2d854ff777b246a72 /build_config.rb
parentdade9aa56cd9c54d00bdf5e41af5542f4ff8e62c (diff)
downloadmruby-12af04011fcaa80c6aa70da0586e39046613b3cf.tar.gz
mruby-12af04011fcaa80c6aa70da0586e39046613b3cf.zip
mv mrgems/mruby-math to mrbgems
Diffstat (limited to 'build_config.rb')
-rw-r--r--build_config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config.rb b/build_config.rb
index d2f9597a0..c0a6eacc6 100644
--- a/build_config.rb
+++ b/build_config.rb
@@ -12,7 +12,7 @@ MRuby::Build.new do |conf|
# conf.gem :git => '[email protected]:masuidrive/mrbgems-example.git', :branch => 'master', :options => '-v'
# Use standard Math module
- conf.gem 'mgems/mruby-math'
+ conf.gem 'mrbgems/mruby-math'
# Use standard Time class
conf.gem 'mrbgems/mruby-time'