Commit 5e65926
committed
TO-DROP: install libuserenv.a
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>1 parent 9c3b017 commit 5e65926
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
118 | 126 | | |
119 | 127 | | |
120 | 128 | | |
| |||
0 commit comments