summaryrefslogtreecommitdiffhomepage
path: root/appveyor_config.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-05-15 16:58:35 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2019-05-15 16:58:35 +0900
commit936f72fdd239e37474b51e2af6d2041a9f018693 (patch)
treed8039f3514dd893bf0453bf43d7b0cec25894981 /appveyor_config.rb
parent31bfc5586615a759b3c415ec8550ee67827bd296 (diff)
downloadmruby-936f72fdd239e37474b51e2af6d2041a9f018693.tar.gz
mruby-936f72fdd239e37474b51e2af6d2041a9f018693.zip
Do not overwrite `conf.cc.defines`.
Diffstat (limited to 'appveyor_config.rb')
-rw-r--r--appveyor_config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor_config.rb b/appveyor_config.rb
index 2555b2f62..b50a9e4ef 100644
--- a/appveyor_config.rb
+++ b/appveyor_config.rb
@@ -17,7 +17,7 @@ MRuby::Build.new('full-debug') do |conf|
# include all core GEMs
conf.gembox 'full-core'
- conf.cc.defines = %w(MRB_ENABLE_DEBUG_HOOK)
+ conf.cc.defines += %w(MRB_ENABLE_DEBUG_HOOK)
conf.enable_test
end