Evan Boehs @boehs.org · Nov 30

Sorry, what I'm saying (and I could be wrong), is that the built `libqalculate.a` is *assuming* that GMP and MPFR will be provided dynamically even when I change to `pkgs.pkgsStatic.xxx` in github.com/toastclub/ma... But to answer your question, its inside of `Qalculate`

0 likes 1 replies

?

Replies

Colin Cornaby · Nov 30

Weird, that shows up as blank for me. :-\ Technically this is an edge case (putting dylibs in a framework.) iOS definitely won't allow that but macOS does for legacy reasons. You might have better luck having the main application do the link and embed. It's been a while since I've done that.