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
For static linking, we need to list all the dependencies of libcurl
or libxml2 that we're using. This differs from dynamic linking,
because in the latter case that information is in the shared objects,
which is not true in the statically linked case.
rdar://123381867
0 commit comments