From 29de148e9830068747de3d45a823e0cbcbdf68cd Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Sat, 24 Aug 2024 18:45:37 -0400 Subject: [PATCH] dark-mode: fix Sonoma build --- Formula/d/dark-mode.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/d/dark-mode.rb b/Formula/d/dark-mode.rb index 192a0f2c1493d..79a1a7b917347 100644 --- a/Formula/d/dark-mode.rb +++ b/Formula/d/dark-mode.rb @@ -29,6 +29,7 @@ def install "-derivedDataPath", tmpdir, "-scheme", "dark-mode", "-configuration", "Release", + "MACOSX_DEPLOYMENT_TARGET=#{MacOS.version}", "OBJROOT=.build", "SYMROOT=.build" end