diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2012-12-22 00:14:43 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2012-12-22 00:14:43 +0900 |
| commit | 46a3bd76e5baa787933cb61acbb7b5cae851fdcf (patch) | |
| tree | e159b3fb0638d8590068bf7710233aba549f94fb /cmake/modules/IntrospectSystem.cmake | |
| parent | bfd41bd6bf09becfc035c9b9805b29b9ebbf532c (diff) | |
| parent | 8941859b0ee5d55bcf850a5b17e4fbeac7aaf37a (diff) | |
| download | mruby-46a3bd76e5baa787933cb61acbb7b5cae851fdcf.tar.gz mruby-46a3bd76e5baa787933cb61acbb7b5cae851fdcf.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'cmake/modules/IntrospectSystem.cmake')
| -rw-r--r-- | cmake/modules/IntrospectSystem.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/modules/IntrospectSystem.cmake b/cmake/modules/IntrospectSystem.cmake index 722f4c3d7..559b884b8 100644 --- a/cmake/modules/IntrospectSystem.cmake +++ b/cmake/modules/IntrospectSystem.cmake @@ -20,6 +20,8 @@ else() endif() endif() +add_definitions(-DDISABLE_GEMS) + if(MSVC) add_definitions( -DRUBY_EXPORT # required by oniguruma.h |
