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
Fix a bug that has existed for some time with static components,
but became more noticable with static-by-default configuration
combined with moving some helper libraries into 3rd-party/.
If a component set its LIBS to a .la file (like the treematch
case) and that component did not explicitly set WRAPPER_EXTRA_LIBS,
then that .la file got copied into the wrapper LIBS and
caused compile failures.
Simplest solution is to filter out the .la files when copying the
component's LIBS to WRAPPER_EXTRA_LIBS, since components should not
be including non-static .la files.
Signed-off-by: Brian Barrett <bbarrett@amazon.com>
0 commit comments