From 95548f249f3fa628c340f49ffbf6c3a15ca86409 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 14 Dec 2023 10:50:53 +0000 Subject: [PATCH] v8@3.15: fix MacOS references. Needed after https://github.com/Homebrew/brew/pull/16306. --- Formula/v/v8@3.15.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/v/v8@3.15.rb b/Formula/v/v8@3.15.rb index 35fea8aca087..5dfc192d4cb2 100644 --- a/Formula/v/v8@3.15.rb +++ b/Formula/v/v8@3.15.rb @@ -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