Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Apr 6, 2024
1 parent fa9af66 commit af49e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ def build_extension(self, ext):
print(os.listdir('.'))
print('build --------------')
print(os.listdir(osp.join('.', 'build')))
print('build lib.win --------------')
print(os.listdir(osp.join('.', 'build', 'lib.win-amd64-3.8')))
print('build temp.win --------------')
print(os.listdir(osp.join('.', 'build', 'temp.win-amd64-3.8')))


def mkl_dependencies():
Expand Down

0 comments on commit af49e9b

Please sign in to comment.