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
{{ message }}
This repository was archived by the owner on May 20, 2020. It is now read-only.
Similar to --library-path, --extern is about specifying the location
of a dependency. --library-path provides directories to search in, --extern
instead lets you specify exactly which dependency is located where.
This issue is part of #125
--extern: specify a dependency's locationUsing this flag looks like this:
Similar to
--library-path,--externis about specifying the locationof a dependency.
--library-pathprovides directories to search in,--externinstead lets you specify exactly which dependency is located where.
Should we keep this flag or not?