Unverified Commit d3cd6014 authored by Minjie Wang's avatar Minjie Wang Committed by GitHub
Browse files

[Build] fix setup script to allow cython ext (#444)

parent 32e0f748
......@@ -17,7 +17,7 @@ else:
class BinaryDistribution(Distribution):
def has_ext_modules(self):
return platform.system() == 'Darwin'
return True
CURRENT_DIR = os.path.dirname(__file__)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment