Skip to content

Commit

Permalink
Path [email protected] and [email protected] for Xcode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Sep 20, 2023
1 parent 407dce5 commit 26b6616
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ class PhpAT73Debug < Formula
end

def install
# Work around configure issues with Xcode 15
ENV.append "CFLAGS", "-Wno-implicit-function-declaration"

# buildconf required due to system library linking bug patch
system "./buildconf", "--force"

Expand Down
3 changes: 3 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ class PhpAT73 < Formula
end

def install
# Work around configure issues with Xcode 15
ENV.append "CFLAGS", "-Wno-implicit-function-declaration"

# buildconf required due to system library linking bug patch
system "./buildconf", "--force"

Expand Down

0 comments on commit 26b6616

Please sign in to comment.