Use the newly added linkingStrategy parameter from https://github.com/wabiverse/SwiftUSD/issues/17 for same-package dependencies to defer to the linkingStrategy (ex. .matchProduct, .alwaysStatic), instead of the current behavior, which is to always statically link these same-package dependencies.
Use the newly added
linkingStrategy
parameter from https://github.com/wabiverse/SwiftUSD/issues/17 for same-package dependencies to defer to the linkingStrategy (ex..matchProduct
,.alwaysStatic
), instead of the current behavior, which is to always statically link these same-package dependencies.