[GRADLE-3222] Gradle does not locate the correct library include path with Windows SDK 8.0 Created: 14/Jan/15 Updated: 31/Mar/15 Resolved: 31/Mar/15 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 2.4-rc-1 |
Type: | Bug | ||
Reporter: | Sterling Greene | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
We search for a lib/win8/<architecture> directory under the WinSDK 8.0 installation directory, the correct path is lib/win8/um/<architecture> in a similar way to WinSDK 8.1 This causes linking errors like the below: LINK : fatal error LNK1104: cannot open file 'uuid.lib' |