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
Pass along top-level UseSystemLibs option to runtime (#41984)
Some environments, at least some Linux distributions, want to use system versions of certain libraries rather than the source code copy shipped with the .NET runtime source repository. We can provide a top-level flag to support this scenario that can be used like this:
./build.sh -p:UseSystemLibs=brotli+libunwind+rapidjson+zlib
Which makes the VMR build the runtime repo such that it uses the system version of brotli, libunwind, rapidjson and zlib.
This is another attempt at dotnet/installer#19640
It depends on dotnet/runtime#104440 to work.
0 commit comments