diff options
| author | Daniel Bovensiepen <[email protected]> | 2012-11-22 19:18:01 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2012-11-22 19:18:01 +0800 |
| commit | 4e2161c7eefa05bdabab18cbfcd018f815b5a2b6 (patch) | |
| tree | 23f95a1cd4a2b5d99217f905058f01506e5d3654 /tools | |
| parent | 4f55a3e0b477509a9bd3b44f9eccc4613d29fc1b (diff) | |
| download | mruby-4e2161c7eefa05bdabab18cbfcd018f815b5a2b6.tar.gz mruby-4e2161c7eefa05bdabab18cbfcd018f815b5a2b6.zip | |
Deactivate / Activate GEMs Flag introduced into mrbc
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/mrbc/mrbc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/mrbc/mrbc.c b/tools/mrbc/mrbc.c index 6d9c85fa9..5a92cd479 100644 --- a/tools/mrbc/mrbc.c +++ b/tools/mrbc/mrbc.c @@ -226,7 +226,9 @@ mrb_init_mrblib(mrb_state *mrb) { } +#ifdef ENABLE_GEMS void mrb_init_mrbgems(mrb_state *mrb) { } +#endif |
