From dee85037de80bf1673351608492593d4cf63daa0 Mon Sep 17 00:00:00 2001 From: conda-forge-linter Date: Wed, 3 Nov 2021 11:13:12 +0000 Subject: [PATCH] MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.14.2, and conda-forge-pinning 2021.11.02.20.53.42 --- .gitattributes | 1 + build-locally.py | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 9060b27..ce52713 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,6 +18,7 @@ bld.bat text eol=crlf .gitignore linguist-generated=true .travis.yml linguist-generated=true .scripts/* linguist-generated=true +.woodpecker.yml linguist-generated=true LICENSE.txt linguist-generated=true README.md linguist-generated=true azure-pipelines.yml linguist-generated=true diff --git a/build-locally.py b/build-locally.py index f3d4f62..8b74348 100755 --- a/build-locally.py +++ b/build-locally.py @@ -22,6 +22,10 @@ def setup_environment(ns): os.environ["MINIFORGE_HOME"] = os.path.join( os.path.dirname(__file__), "miniforge3" ) + if "OSX_SDK_DIR" not in os.environ: + os.environ["OSX_SDK_DIR"] = os.path.join( + os.path.dirname(__file__), "SDKs" + ) def run_docker_build(ns):