diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-05-15 16:58:35 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-05-15 16:58:35 +0900 |
| commit | 936f72fdd239e37474b51e2af6d2041a9f018693 (patch) | |
| tree | d8039f3514dd893bf0453bf43d7b0cec25894981 /travis_config.rb | |
| parent | 31bfc5586615a759b3c415ec8550ee67827bd296 (diff) | |
| download | mruby-936f72fdd239e37474b51e2af6d2041a9f018693.tar.gz mruby-936f72fdd239e37474b51e2af6d2041a9f018693.zip | |
Do not overwrite `conf.cc.defines`.
Diffstat (limited to 'travis_config.rb')
| -rw-r--r-- | travis_config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis_config.rb b/travis_config.rb index e12bae648..7a13ced72 100644 --- a/travis_config.rb +++ b/travis_config.rb @@ -18,7 +18,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 |
