Closed p-j-smith closed 2 years ago
This is because there is no check for the platform - geodesic_library is always defined as 'geodesic_matlab_api' whereas on MacOS it should be 'geodesic_matlab_api_macos'.
geodesic_library
'geodesic_matlab_api'
'geodesic_matlab_api_macos'
See HoleCutter for how to take into account the platform.
Fixed by #57
This is because there is no check for the platform -
geodesic_library
is always defined as'geodesic_matlab_api'
whereas on MacOS it should be'geodesic_matlab_api_macos'
.See HoleCutter for how to take into account the platform.