forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit733d670
committed
Switch "cl /?" to "cl /help" in MSVC scripts for platform detection
"cl /?" produces a different output if run on a real or a virtual drive(this can be set with a simple subst command), causing an error in theMSVC scripts if building on a virtual drive because the platform to usecannot be detected."cl /help", on the contrary, produces a consistent output if used on areal or virtual drive. Changing to "/help" allows the compilation towork with a virtual drive as long as the top of the code repository ispart of the drive, without impacting the build on real drives.Reported-by: Robert GrangeAuthor: Juan José Santamaría FlechaDiscussion:https://postgr.es/m/16825-c4f104bcebc67034@postgresql.org1 parentb663a41 commit733d670
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
|
0 commit comments
Comments
(0)