diff options
| -rw-r--r-- | Library/Formula/premake.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/premake.rb b/Library/Formula/premake.rb index 2715ed30b..991fe5048 100644 --- a/Library/Formula/premake.rb +++ b/Library/Formula/premake.rb @@ -1,9 +1,9 @@ require 'formula' class Premake < Formula + homepage 'http://industriousone.com/premake' url 'http://downloads.sourceforge.net/project/premake/Premake/4.3/premake-4.3-src.zip' sha1 '8f37a3599121580f18b578811162b9b49a2e122f' - homepage 'http://industriousone.com/premake' def install # Linking against stdc++-static causes a library not found error on 10.7 |
