WGL: Update libs for new archspec on Win (#43253)
				
					
				
			This commit is contained in:
		| @@ -69,7 +69,7 @@ def determine_version(cls, lib): | |||||||
|         return ver_str if not ver_str else Version(ver_str.group()) |         return ver_str if not ver_str else Version(ver_str.group()) | ||||||
| 
 | 
 | ||||||
|     def _spec_arch_to_sdk_arch(self): |     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 |         _64bit = "64" in spec_arch | ||||||
|         arm = "arm" in spec_arch |         arm = "arm" in spec_arch | ||||||
|         if arm: |         if arm: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 John W. Parent
					John W. Parent