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
When linking any Rust-generated library, GCC would complain about:
undefined reference to `GetUserProfileDirectoryW'
Apparently there is _some_ closure that gets compiled in that requires
this function, and that in turn forces Git to link to libuserenv.
This is a new requirement, and therefore has not been made part of the
"minimal Git for Windows SDK".
In the near future, I intend to include it, but for now let's just
ensure that the file is added manually if it is missing.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
0 commit comments