Skip to content

Commit

Permalink
v8@3.15: fix MacOS references.
Browse files Browse the repository at this point in the history
Needed after Homebrew/brew#16306.
  • Loading branch information
MikeMcQuaid committed Dec 14, 2023
1 parent 129c107 commit 95548f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/v/v8@3.15.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ class V8AT315 < Formula
def install
# Bully GYP into correctly linking with c++11
ENV.cxx11
ENV["GYP_DEFINES"] = "clang=1 mac_deployment_target=#{MacOS.version}"
ENV["GYP_DEFINES"] = "clang=1 mac_deployment_target=#{MacOS.version}" if OS.mac?

(buildpath/"build/gyp").install resource("gyp")

# fix up libv8.dylib install_name
Expand Down

0 comments on commit 95548f2

Please sign in to comment.