aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-30 07:14:43 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-30 07:14:43 +0000
commit5b59832c6a1ecebe8e3e167e1d1eb5ff111bc83d (patch)
tree9813127894d9da8d8ea707d9b523dd5c60cedc52 /tool
parente8792774dff09386a930f4a93fa6fdc864b2e720 (diff)
downloadruby-5b59832c6a1ecebe8e3e167e1d1eb5ff111bc83d.tar.gz
* 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
Diffstat (limited to 'tool')
-rwxr-xr-xtool/make-snapshot1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index a3a90f94d3..bacf54e556 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -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"