Skip to content

Commit 5762c9b

Browse files
committed
during rc-phase, use newer deployment target
1 parent 3176e21 commit 5762c9b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

recipe/conda_build_config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# RC-phase: taking packages from conda-forge/label/llvm_rc
2+
# automatically pulls in libcxx >=17, which requires macOS.
3+
MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
4+
- "10.13" # [osx and x86_64]
5+
16
c_compiler: # [osx]
27
- clang_bootstrap # [osx]
38
cxx_compiler: # [osx]

0 commit comments

Comments
 (0)