MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.1, and conda-forge-pinning 2024.04.03.17.55.34
This commit is contained in:
Generated
+3
-2
@@ -64,8 +64,9 @@ def verify_config(ns):
|
||||
elif ns.config.startswith("osx"):
|
||||
if "OSX_SDK_DIR" not in os.environ:
|
||||
raise RuntimeError(
|
||||
"Need OSX_SDK_DIR env variable set. Run 'export OSX_SDK_DIR=SDKs' "
|
||||
"to download the SDK automatically to 'SDKs/MacOSX<ver>.sdk'. "
|
||||
"Need OSX_SDK_DIR env variable set. Run 'export OSX_SDK_DIR=$PWD/SDKs' "
|
||||
"to download the SDK automatically to '$PWD/SDKs/MacOSX<ver>.sdk'. "
|
||||
"Note: OSX_SDK_DIR must be set to an absolute path. "
|
||||
"Setting this variable implies agreement to the licensing terms of the SDK by Apple."
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user