mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* tool/make-snapshot: needs CXXFLAGS. [ruby-core:59393][Bug #9320]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e8792774df
commit
5b59832c6a
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Dec 30 16:11:52 2013 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* tool/make-snapshot: needs CXXFLAGS. [ruby-core:59393][Bug #9320]
|
||||
|
||||
Sun Dec 29 18:36:54 2013 Shota Fukumori <her@sorah.jp>
|
||||
|
||||
* lib/mkmf.rb (configuration): Make CXXFLAGS customizable.
|
||||
|
|
|
@ -227,6 +227,7 @@ def package(rev, destdir)
|
|||
f.puts "s,@ARCH_FLAG@,|#_!!_#|,g"
|
||||
f.puts "s,@CFLAGS@,|#_!!_#|,g"
|
||||
f.puts "s,@CPPFLAGS@,|#_!!_#|,g"
|
||||
f.puts "s,@CXXFLAGS@,|#_!!_#|,g"
|
||||
f.puts "s,@LDFLAGS@,|#_!!_#|,g"
|
||||
f.puts "s,@DLDFLAGS@,|#_!!_#|,g"
|
||||
f.puts "s,@LIBEXT@,|#_!!_#|a,g"
|
||||
|
|
Loading…
Reference in a new issue