Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
d3cd6014
Unverified
Commit
d3cd6014
authored
Mar 08, 2019
by
Minjie Wang
Committed by
GitHub
Mar 08, 2019
Browse files
[Build] fix setup script to allow cython ext (#444)
parent
32e0f748
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/setup.py
python/setup.py
+1
-1
No files found.
python/setup.py
View file @
d3cd6014
...
...
@@ -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__
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment