- Notifications
You must be signed in to change notification settings - Fork28
Commit59f9cd9
committed
Fix build failure on header generation with repetitive builds of MSVC
GenerateConfigHeader() in Solution.pm was complaining about unuseddefine symbols even if a newer config header was not generated, causingsuccessive build attempts with MSVC to fail.Oversight in commit8f4fb4c.Author: Kyotaro HoriguchiReviewed-by: Juan José Santamaría FlechaDiscussion:https://postgr.es/m/20200218.160500.44393633318853097.horikyota.ntt@gmail.com1 parent3639071 commit59f9cd9
1 file changed
+7
-5
lines changedLines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
826 | 826 |
| |
827 | 827 |
| |
828 | 828 |
| |
829 |
| - | |
830 | 829 |
| |
831 | 830 |
| |
832 | 831 |
| |
833 | 832 |
| |
834 | 833 |
| |
835 | 834 |
| |
| 835 | + | |
| 836 | + | |
836 | 837 |
| |
837 | 838 |
| |
838 | 839 |
| |
| |||
871 | 872 |
| |
872 | 873 |
| |
873 | 874 |
| |
874 |
| - | |
875 |
| - | |
876 |
| - | |
877 |
| - | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
878 | 880 |
| |
879 | 881 |
| |
880 | 882 |
| |
|
0 commit comments
Comments
(0)