mcneel / rhino3dm

Libraries based on OpenNURBS with a RhinoCommon style
MIT License
593 stars 134 forks source link

Fix macOS check in bootstrap in py3 #426

Closed dan-rigdon-bel closed 2 years ago

dan-rigdon-bel commented 2 years ago

Call a python3 supported function when in python3, fall-back to the python2 version

dan-rigdon-bel commented 2 years ago

@fraguada This is a fix for the build error here: https://github.com/mcneel/rhino3dm/pull/414

If this passes muster, can you please merge this through and try again?

fraguada commented 2 years ago

Tested and seems to work. Thanks @dan-rigdon-bel !

fraguada commented 2 years ago

@dan-rigdon-bel this seems to working well in the release workflow as well. I had to tweak cmake to be the exact same version for it to compile (dotnet macos).