Commit 989973a
authored
doc: Fix version reading in Makefile on Windows (#58536)
I copied this expression from the toplevel Makefile, but here we need to
read the version eargerly, because otherwise cygpath_w does not work.
This had broken the windows build, but I did not notice due to the
ongoing CI difficulties.1 parent d5442db commit 989973a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments