Skip to content

Commit cfb44ef

Browse files
committedAug 20, 2016
Force use of llvm 3.8 for Homebrew package.
1 parent 6cfd4e5 commit cfb44ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

Diff for: ‎rakelib/package.rake

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ namespace :package do
4949
homebrew_package = "rubinius-#{rbx_version}"
5050
prefix = "/#{homebrew_package}"
5151
lib = "lib/rubinius/#{rbx_version}"
52-
config = "'--bindir=#{prefix}/bin --appdir=#{prefix}/#{lib} " \
52+
config = "'--llvm-config=llvm-config-3.8 --cc=clang-3.8 --cxx=clang++-3.8 " \
53+
"--bindir=#{prefix}/bin --appdir=#{prefix}/#{lib} " \
5354
"--includedir=#{prefix}/include/rubinius " \
5455
"--gemsdir=#{prefix}/#{lib}/gems " \
5556
"--mandir=#{prefix}/man'"

0 commit comments

Comments
 (0)
Please sign in to comment.