Skip to content

Commit

Permalink
Add osx deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Oct 20, 2021
1 parent ff2ce4e commit dbc0c46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/gym-ignition/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
- "10.13" # [osx and x86_64]
MACOSX_SDK_VERSION: # [osx and x86_64]
- "10.13" # [osx and x86_64]
1 change: 1 addition & 0 deletions recipes/gym-ignition/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ outputs:
- idyntree
- libignition-gazebo6
run:
- __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} # [osx and x86_64]
# These should be exported by Ignition
- {{ pin_compatible('libsdformat12') }}
- {{ pin_compatible('libignition-math6') }}
Expand Down

0 comments on commit dbc0c46

Please sign in to comment.