Skip to content

Commit 65a2690

Browse files
committed
remove redundant vars from conda build config files
1 parent 43cdfdf commit 65a2690

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

conda-recipes/llvmdev/conda_build_config.yaml

+1-10
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,5 @@ c_compiler: # [win]
1616
cxx_compiler: # [win]
1717
- vs2019 # [win]
1818

19-
MACOSX_DEPLOYMENT_TARGET:
20-
- 10.10 # [osx and x86_64]
21-
22-
macos_machine:
23-
- x86_64-apple-darwin13.4.0 # [osx and x86_64]
24-
25-
macos_min_version:
26-
- 10.10 # [osx and x86_64]
27-
2819
CONDA_BUILD_SYSROOT:
29-
- /opt/MacOSX10.10.sdk # [osx and x86_64]
20+
- /opt/MacOSX10.10.sdk # [osx and x86_64]

conda-recipes/llvmdev_for_wheel/conda_build_config.yaml

-9
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,5 @@ c_compiler: # [win]
1616
cxx_compiler: # [win]
1717
- vs2019 # [win]
1818

19-
MACOSX_DEPLOYMENT_TARGET:
20-
- 10.10 # [osx and x86_64]
21-
22-
macos_machine:
23-
- x86_64-apple-darwin13.4.0 # [osx and x86_64]
24-
25-
macos_min_version:
26-
- 10.10 # [osx and x86_64]
27-
2819
CONDA_BUILD_SYSROOT:
2920
- /opt/MacOSX10.10.sdk # [osx and x86_64]

0 commit comments

Comments
 (0)