diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-12-08 02:22:33 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-12-08 02:22:33 -0800 |
| commit | 453980d76ae0ac22dc490612fefcab9cd756950f (patch) | |
| tree | 71e928cb321291d6679451e6b390208ff36a007b /tools | |
| parent | ba38dd539822e4f514ea6fadd30f706b395926f6 (diff) | |
| parent | 54ef99d8dfc18952fd647eb3012b21f54e9d0416 (diff) | |
| download | mruby-453980d76ae0ac22dc490612fefcab9cd756950f.tar.gz mruby-453980d76ae0ac22dc490612fefcab9cd756950f.zip | |
Merge pull request #598 from bovi/mrbgems-improve-for-masuidrive
mrbgems - Improvements for masuidrive's mobiruby
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/mrbc/mrbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mrbc/mrbc.c b/tools/mrbc/mrbc.c index 5a92cd479..4dc9871c7 100644 --- a/tools/mrbc/mrbc.c +++ b/tools/mrbc/mrbc.c @@ -226,7 +226,7 @@ mrb_init_mrblib(mrb_state *mrb) { } -#ifdef ENABLE_GEMS +#ifndef DISABLE_GEMS void mrb_init_mrbgems(mrb_state *mrb) { |
