From b4348ecb1f57ebefc8e334892bbe0cd87e5152d7 Mon Sep 17 00:00:00 2001 From: Don Syme Date: Fri, 11 Jul 2014 12:03:52 +0100 Subject: fsharp 3.1.1.25 Closes #30808. Signed-off-by: Jack Nagel --- Library/Formula/fsharp.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/fsharp.rb b/Library/Formula/fsharp.rb index 3eddf5ed8..1882cd03e 100644 --- a/Library/Formula/fsharp.rb +++ b/Library/Formula/fsharp.rb @@ -2,7 +2,7 @@ require "formula" class Fsharp < Formula homepage "http://fsharp.org/" - url "https://github.com/fsharp/fsharp.git", :tag => "3.1.1.6" + url "https://github.com/fsharp/fsharp.git", :tag => "3.1.1.25" bottle do sha1 "df3f509b0d91c6341c4b082fca8a117686ec2fd4" => :mavericks @@ -17,6 +17,9 @@ class Fsharp < Formula def install system "./autogen.sh", "--prefix=#{prefix}" + # make sure to find the fsharp assemblies even if the user has not set + # MONO_GAC_PREFIX to HOMEBREW_PREFIX + ENV["MONO_GAC_PREFIX"] = "#{HOMEBREW_PREFIX}" system "make" system "make", "install" end -- cgit v1.2.3