You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When build with --dynamic_mode=fully, pkg_tar() only tars the "files" into the tarball. It does not include the shared library(located in the runfile tree) it needs. It would be nice if pkg_tar packing all the resources it needs. Thanks.