WGL: Update libs for new archspec on Win (#43253)

This commit is contained in:
John W. Parent 2024-03-19 11:43:29 -04:00 committed by GitHub
parent 1a007a842b
commit ab590cc03a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@ def determine_version(cls, lib):
return ver_str if not ver_str else Version(ver_str.group())
def _spec_arch_to_sdk_arch(self):
spec_arch = str(self.spec.architecture.target).lower()
spec_arch = str(self.spec.architecture.target.microarchitecture.family).lower()
_64bit = "64" in spec_arch
arm = "arm" in spec_arch
if arm: