mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
possible to specify ENABLE_GEMS=true.
This commit is contained in:
@@ -12,7 +12,7 @@ MAKE = ENV['MAKE'] || 'make'
|
||||
MRUBY_ROOT = ENV['MRUBY_ROOT'] || File.expand_path(File.dirname(__FILE__))
|
||||
|
||||
# by default GEMs are deactivated
|
||||
ENABLE_GEMS = false
|
||||
ENABLE_GEMS = ENV['ENABLE_GEMS'] == 'true'
|
||||
|
||||
# the default file which contains the active GEMs
|
||||
ACTIVE_GEMS = File.join(File.dirname(__FILE__), 'mrbgems', 'GEMS.active')
|
||||
|
||||
Reference in New Issue
Block a user