Commit 61b5812
fix edencommon build on windows
Summary:
Fix edencommon build on windows, noticed it was breaking the watchman build.
* fix boost local build with vs build tools 2022 17.14 update. Without this could not build boost locally. Apply patch as per boostorg/boost#914
* in buildopts.py check the 32 bit install location as non-github windows machines like my laptop end up with it installed there
* fix the actual problem in edencommon `error C2039: 'wstring': is not a member of 'std'` , which was a missing <string> include
Reviewed By: bigfootjon
Differential Revision: D86630363
fbshipit-source-id: b4993c74cd51d326efb458a6dc461d355f8daeab1 parent c8ff161 commit 61b5812
3 files changed
Lines changed: 20 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments