msteinbeck / tinyspline

ANSI C library for NURBS, B-Splines, and Bézier curves with interfaces for C++, C#, D, Go, Java, Javascript, Lua, Octave, PHP, Python, R, and Ruby.
MIT License
1.21k stars 209 forks source link

Add /Users/runner/hostedtoolcache to the relink.sh script #210

Closed msteinbeck closed 2 years ago

msteinbeck commented 2 years ago

On macOS, almost all of the libraries to which the bindings are linked are located in /Users/runner/hostedtoolcache. The relink script (macosx-relink.sh) should consider this path.