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