File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919_NON_CTK_DESCRIPTORS = tuple (desc for desc in HEADER_DESCRIPTOR_CATALOG if desc .packaged_with == "other" )
2020
2121SUPPORTED_HEADERS_CTK_COMMON : Final [dict [str , str ]] = {
22- desc .name : desc .header_basename for desc in _CTK_DESCRIPTORS if desc .available_on_linux and desc .available_on_windows
22+ desc .name : desc .header_basename
23+ for desc in _CTK_DESCRIPTORS
24+ if desc .available_on_linux and desc .available_on_windows
2325}
2426SUPPORTED_HEADERS_CTK_LINUX_ONLY : Final [dict [str , str ]] = {
25- desc .name : desc .header_basename for desc in _CTK_DESCRIPTORS if desc .available_on_linux and not desc .available_on_windows
27+ desc .name : desc .header_basename
28+ for desc in _CTK_DESCRIPTORS
29+ if desc .available_on_linux and not desc .available_on_windows
2630}
2731SUPPORTED_HEADERS_CTK_WINDOWS_ONLY : Final [dict [str , str ]] = {
2832 desc .name : desc .header_basename
You can’t perform that action at this time.
0 commit comments