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
Problem is packaging dependencies of these modules. It doesn't happen by default. If I specify each module in --library=, they are copied to lib/ and handled there, but can not be found by app, since it expects them in their original folders.
The case is
and its optional modules (loaded dynamically, if present):
Problem is packaging dependencies of these modules. It doesn't happen by default. If I specify each module in
--library=, they are copied tolib/and handled there, but can not be found byapp, since it expects them in their original folders.