Commit 8941859b authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #663 from monaka/pr-fix-cmake-build-failure-by-mrbgems

[cmake] Add -DDISABLE_GEMS to compile options.
parents 09136785 1c4d81cd
......@@ -20,6 +20,8 @@ else()
endif()
endif()
add_definitions(-DDISABLE_GEMS)
if(MSVC)
add_definitions(
-DRUBY_EXPORT # required by oniguruma.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment