mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
append defines instead of assigning
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@ MRuby::Build.new('debug') do |conf|
|
||||
|
||||
# include all core GEMs
|
||||
conf.gembox 'full-core'
|
||||
conf.cc.defines = %w(MRB_GC_FIXED_ARENA)
|
||||
conf.cc.defines += %w(MRB_GC_FIXED_ARENA)
|
||||
end
|
||||
|
||||
MRuby::Build.new do |conf|
|
||||
@@ -12,5 +12,5 @@ MRuby::Build.new do |conf|
|
||||
|
||||
# include all core GEMs
|
||||
conf.gembox 'full-core'
|
||||
conf.cc.defines = %w(MRB_GC_FIXED_ARENA)
|
||||
conf.cc.defines += %w(MRB_GC_FIXED_ARENA)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user