#What's the best way to bundle a dynamically linked dylib with a Tauri app?

3 messages · Page 1 of 1 (latest)

pine compass
#

Packing the file into the frameworks section seems to produce a correct bundle, however, the app will not start as it can't find the dynamic lib runtime.
I'm not entirely sure what the right approach here will be.

fossil falcon
#

you could also try the resource feature, iirc that worked for someone else

#

but yeah, an explicit config for dynamic libs (cross platform) is pretty high on my todo list but will still take some time