"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "2831f11abcb9ec7b951b6bbbcb7a85b79ee2fd79"
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: ...@@ -17,7 +17,7 @@ else:
class BinaryDistribution(Distribution): class BinaryDistribution(Distribution):
def has_ext_modules(self): def has_ext_modules(self):
return platform.system() == 'Darwin' return True
CURRENT_DIR = os.path.dirname(__file__) 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