You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows Kits changed the directory structure for includes, libraries, and binaries. Thus, Makefile.windows should special case this when WindowsSdkDir contains Windows Kits. Notably, Include/ => Include/shared and Include/um and Lib/{x86,x64} => Lib/winv6.3/um/{x86,x64} must be implemented.
The text was updated successfully, but these errors were encountered:
Windows Kits changed the directory structure for includes, libraries, and binaries. Thus,
Makefile.windows
should special case this when WindowsSdkDir containsWindows Kits
. Notably,Include/ => Include/shared and Include/um
andLib/{x86,x64} => Lib/winv6.3/um/{x86,x64}
must be implemented.The text was updated successfully, but these errors were encountered: