Skip to content

Commit

Permalink
another try...
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Sep 13, 2024
1 parent 7afaedd commit 56addd3
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ clingo:
pin_run_as_build:
clingo: x.x

c_stdlib_version: # [osx]
- 10.13 # [osx and not arm64]
- 11.3.sdk # [osx and arm64]

# from https://github.com/phracker/MacOSX-SDKs
CONDA_BUILD_SYSROOT:
- /opt/MacOSX10.13.sdk # [osx and not arm64]
- /opt/MacOSX11.3.sdk # [osx and arm64]
c_stdlib: # [osx]
- macosx_deployment_target # [osx]
c_stdlib_version: # [osx]
- 11.3 # [osx]
CONDA_BUILD_SYSROOT: # [osx]
- /opt/MacOSX11.3.sdk # [osx]

0 comments on commit 56addd3

Please sign in to comment.