Skip to content

Commit

Permalink
Merge pull request RoboStack#6 from RoboStack/osx-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv authored Mar 6, 2021
2 parents 2fbdab7 + b6a0d52 commit 0f70698
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions vinca/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,12 +296,11 @@ def generate_output(pkg_shortname, vinca_conf, distro, version):
output["requirements"]["run"] = sorted(output["requirements"]["run"])
output["requirements"]["host"] = sorted(output["requirements"]["host"])

# TODO: Needs fixing: this needs to be in run_constrained instead of run
# output["requirements"]["run"] += [
# {
# "sel(osx and x86_64)": "__osx >={{ MACOSX_DEPLOYMENT_TARGET|default('10.14') }}"
# }
# ]
output["requirements"]["run"] += [
{
"sel(osx and x86_64)": "__osx >={{ MACOSX_DEPLOYMENT_TARGET|default('10.14') }}"
}
]

# fix up OPENGL support for Unix
if (
Expand Down

0 comments on commit 0f70698

Please sign in to comment.