summaryrefslogtreecommitdiffhomepage
path: root/env.sh
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-08-13 11:34:03 +0200
committerLinus Färnstrand <linus@mullvad.net>2025-08-14 10:52:05 +0200
commiteb2b69a13bf73fd96aec7f8d765454729ef6e5b9 (patch)
tree516fa14f58ac9391097d7e39597f30b7632e02d4 /env.sh
parenta4d9c4627ab91bc98d783b5a56f5c72b487ebe5f (diff)
downloadmullvadvpn-eb2b69a13bf73fd96aec7f8d765454729ef6e5b9.tar.xz
mullvadvpn-eb2b69a13bf73fd96aec7f8d765454729ef6e5b9.zip
Bump MACOSX_DEPLOYMENT_TARGET to 10.12
This is the oldest that rustc supports. 10.7 was emitting a warning at build time
Diffstat (limited to 'env.sh')
-rwxr-xr-xenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.sh b/env.sh
index fae913ea3c..8b1fffaf33 100755
--- a/env.sh
+++ b/env.sh
@@ -14,7 +14,7 @@ case "$ENV_TARGET" in
export LIBNFTNL_LIB_DIR="$SCRIPT_DIR/dist-assets/binaries/$ENV_TARGET"
;;
x86_64-*-darwin*)
- export MACOSX_DEPLOYMENT_TARGET="10.7"
+ export MACOSX_DEPLOYMENT_TARGET="10.12"
if [[ $HOST != "$ENV_TARGET" ]]; then
# Required for building daemon