forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbb24af5
committed
Fix MSVC installations with multiple "configure" files detected
When installing binaries and libraries using the MSVC installationroutines, the operation gets done after moving to the root folder, whoselocation is detected by checking if "configure" exists two times in arow. So, calling the installation script from src/tools/msvc/ with anextra "configure" file four levels up the root path of the code treecauses the execution to go further up, leading to a failure in findingthe builds. This commit fixes the issue by moving to the root folder ofthe code tree only once, when necessary.Author: Arnold MüllerReviewed-by: Daniel GustafssonDiscussion:https://postgr.es/m/16343-f638f67e7e52b86c@postgresql.orgBackpatch-through: 9.51 parent673582d commitbb24af5
1 file changed
+10
-2
lines changedLines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
67 |
| - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
68 | 76 |
| |
69 | 77 |
| |
70 | 78 |
| |
|
0 commit comments
Comments
(0)