jonathanstowe / raku-fastcgi-nativecall

An implementation of FastCGI using NativeCall
Other
5 stars 3 forks source link

Fix failure to find shared library after installation #10

Closed niner closed 5 months ago

niner commented 5 months ago

Precompilation during installation happens in a different location than the one the module is installed to. Resources can deal with this, but stringifying resources spoils this mechanism.

niner commented 5 months ago

Fixes https://github.com/jonathanstowe/raku-fastcgi-nativecall/issues/9

jonathanstowe commented 5 months ago

Thanks! I've probably got a bunch of these spread out over various other modules too, I'll take a look.