We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0054e74 commit fd7430cCopy full SHA for fd7430c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## [Unreleased]
4
+
5
+### Fixed
6
7
+- Fixed extension building script.
8
9
10
## [1.4.3] - 2018-03-20
11
12
### Fixed
build.py
@@ -38,14 +38,14 @@ def run(self):
38
try:
39
build_ext.run(self)
40
except (DistutilsPlatformError, FileNotFoundError):
41
- raise BuildFailed()
+ pass
42
43
def build_extension(self, ext):
44
45
build_ext.build_extension(self, ext)
46
except (CCompilerError, DistutilsExecError,
47
DistutilsPlatformError, ValueError):
48
49
50
51
def build(setup_kwargs):
0 commit comments