Skip to content

Commit

Permalink
Merge pull request #182351 from Homebrew/configen-sonoma
Browse files Browse the repository at this point in the history
configen: fix Sonoma build
  • Loading branch information
BrewTestBot authored Aug 24, 2024
2 parents d052063 + 41ebc84 commit b4c26bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/c/configen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Configen < Formula
depends_on :macos

def install
xcodebuild "-arch", Hardware::CPU.arch, "SYMROOT=build"
xcodebuild "-arch", Hardware::CPU.arch, "SYMROOT=build", "MACOSX_DEPLOYMENT_TARGET=#{MacOS.version}"
bin.install "build/Release/configen"
end

Expand Down

0 comments on commit b4c26bb

Please sign in to comment.