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
support for filtering shared library stubs in symlink tree
Summary:
see context from D71155560 and D70927140 and https://fb.workplace.com/groups/930797200910874/permalink/1570732950250626/
This diff gives us the ability to mark cxx library targets as a "stub", which means we will use the shared library during building, but will not copy it to the output folder (letting system libs take precedence).
I have confirmed this helps with packaging common OpenGL, X11, and Cuda libraries.
Reviewed By: jrodal98
Differential Revision: D71352110
fbshipit-source-id: f320b1641f56361bd5e3f38f7beadf20df88223d
0 commit comments