Skip to content

Commit

Permalink
Update conda/core/index.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Isuru Fernando <[email protected]>
  • Loading branch information
scopatz and isuruf authored Oct 21, 2019
1 parent 3efcb25 commit 22f0aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/core/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def _supplement_index_with_system(index):
rec = _make_virtual_package('__cuda', cuda_version)
index[rec] = rec

libc_family, libc_version = linux_get_libc_version()
libc_family, libc_version = context.libc_family_version
if libc_family:
rec = _make_virtual_package('__' + libc_family, libc_version)
index[rec] = rec
Expand Down

0 comments on commit 22f0aa1

Please sign in to comment.