Skip to content

Commit

Permalink
update comment to reflect that protobuf itself also needs MacOS 10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 23, 2023
1 parent 7b5760d commit e1c8113
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# abseil 20230802 now only support MacOS >=10.13, reflect this here
# following google's C++ support policy, protobuf only support MacOS >=10.13, see:
# https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md
# https://github.com/protocolbuffers/protobuf/blob/v24.0/Protobuf-C%2B%2B.podspec#L29
MACOSX_SDK_VERSION: # [osx and x86_64]
- "10.13" # [osx and x86_64]
MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
Expand Down

0 comments on commit e1c8113

Please sign in to comment.