From 66af337d6c64ee280cc3a9d94d1af0fecd503af5 Mon Sep 17 00:00:00 2001 From: "hh." <103566763+Mile-Away@users.noreply.github.com> Date: Thu, 12 Jun 2025 22:46:44 +0800 Subject: [PATCH] hotfix: Add macos_sdk_config (#46) Co-authored-by: quehh --- recipes/macos_sdk_config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes/macos_sdk_config.yaml diff --git a/recipes/macos_sdk_config.yaml b/recipes/macos_sdk_config.yaml new file mode 100644 index 0000000..2151611 --- /dev/null +++ b/recipes/macos_sdk_config.yaml @@ -0,0 +1,7 @@ +CONDA_BUILD_SYSROOT: + - /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk +MACOSX_DEPLOYMENT_TARGET: + - "11.0" +CONDA_SUBDIR: + - osx-arm64 +# boa build -m ./recipes/conda_build_config.yaml -m ./recipes/macos_sdk_config.yaml ./recipes/ros-humble-unilabos-msgs \ No newline at end of file