Skip to content

Commit

Permalink
sdl2_ttf: audit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nijikon authored and DomT4 committed Dec 22, 2015
1 parent d97cc17 commit 234790e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/sdl2_ttf.rb
Expand Up @@ -4,12 +4,12 @@ class Sdl2Ttf < Formula
url "https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.12.tar.gz"
sha256 "8728605443ea1cca5cad501dc34dc0cb15135d1e575551da6d151d213d356f6e"

option :universal

depends_on "pkg-config" => :build
depends_on "sdl2"
depends_on "freetype"

option :universal

def install
ENV.universal_binary if build.universal?
inreplace "SDL2_ttf.pc.in", "@prefix@", HOMEBREW_PREFIX
Expand Down

0 comments on commit 234790e

Please sign in to comment.