Skip to content

Commit

Permalink
Update conda_build_config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kcleal authored Oct 18, 2024
1 parent c5b2283 commit be6608d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/gw/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
- "10.15" # [osx and x86_64]
- "11" # [osx and x86_64]

MACOSX_SDK_VERSION: # [osx and x86_64]
- "10.15" # [osx and x86_64]
- "11" # [osx and x86_64]

CFLAGS:
- "-mmacosx-version-min=10.15" # [osx and x86_64]
- "-mmacosx-version-min=11" # [osx and x86_64]
CXXFLAGS:
- "-mmacosx-version-min=10.15" # [osx and x86_64]
- "-mmacosx-version-min=11" # [osx and x86_64]
LDFLAGS:
- "-mmacosx-version-min=10.15" # [osx and x86_64]
- "-mmacosx-version-min=11" # [osx and x86_64]

0 comments on commit be6608d

Please sign in to comment.