From 2968d53c375087fbef99fdbaa7559c27d358df87 Mon Sep 17 00:00:00 2001 From: Joshua Zhuang <71105179+mencian@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:09:17 -0600 Subject: [PATCH] Update build.sh --- recipes/ggcat/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/ggcat/build.sh b/recipes/ggcat/build.sh index 0d59a525b3cea..710098223bd10 100755 --- a/recipes/ggcat/build.sh +++ b/recipes/ggcat/build.sh @@ -1,3 +1,5 @@ #!/bin/bash -ex +export MACOSX_DEPLOYMENT_TARGET=10.15 + cargo install --no-track --verbose --root "${PREFIX}" --path crates/cmdline/ --locked