Skip to content

Commit

Permalink
(fix) bypass download for windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoRC committed Dec 20, 2023
1 parent cdc504a commit 50be3d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ def run(self):
if BUILDING_FOR_WINDOWS:

class Distribution(_Distribution):
def has_c_libraries(self):
return not has_system_lib()

def is_pure(self):
return False

Expand Down

0 comments on commit 50be3d5

Please sign in to comment.