Skip to content

Commit

Permalink
sdl2.rb: Remove deprecated Homebrew setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tmewett committed Oct 18, 2020
1 parent 812993e commit e2b689f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos/sdl2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def install
# 10.6 is chosen by SDL build scripts
ENV["MACOSX_DEPLOYMENT_TARGET"] = "10.6"

system "./autogen.sh" if build.head? || build.devel?
system "./autogen.sh" if build.head?

args = %W[--prefix=#{prefix} --without-x]
system "./configure", *args
Expand Down

0 comments on commit e2b689f

Please sign in to comment.