diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-11-15 05:10:52 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-11-15 05:10:52 +0900 |
| commit | 4e63ea96493d7a074277d59a395401182f02d4a3 (patch) | |
| tree | 17810022002eefc486c868d65c6569f18ebbd9b5 /build_config.rb | |
| parent | 9c108002bfa85e6f554da4bc302cd1cf3b602294 (diff) | |
| parent | 66a839eb54a3d37dadd9fe23a8096dc239137519 (diff) | |
| download | mruby-4e63ea96493d7a074277d59a395401182f02d4a3.tar.gz mruby-4e63ea96493d7a074277d59a395401182f02d4a3.zip | |
Merge pull request #3011 from Mav7/master
Added more YARD docs to mruby.h
Diffstat (limited to 'build_config.rb')
| -rw-r--r-- | build_config.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build_config.rb b/build_config.rb index fb38dd2f5..526bf1cf1 100644 --- a/build_config.rb +++ b/build_config.rb @@ -21,7 +21,6 @@ MRuby::Build.new do |conf| # include the default GEMs conf.gembox 'default' - # C compiler settings # conf.cc do |cc| # cc.command = ENV['CC'] || 'gcc' |
