yaml / yamlscript

Programming in YAML
MIT License
382 stars 31 forks source link

Rust and Raku bindings need to look in ~/.local/lib by default #116

Closed ingydotnet closed 6 months ago

ingydotnet commented 6 months ago

The YS installer now installs libyamlscript.so into ~/.local/lib/ by default for non-root users (most of the time). A root user installs into /usr/local/lib/. The bindings need to look in both places and also LD_LIBRARY_PATH.

I updated all the bindings except rust and raku.

@Ethiraric can you update rust? @tony-o can you update raku?

Thanks in advance :)