Skip to content
Unverified Commit 55e66db0 authored by aszlig's avatar aszlig
Browse files

python2: Don't fail silently on module build.

A build output of such a failure can be found here:

http://hydra.nixos.org/build/21994789/nixlog/1/raw



The build_ext command doesn't return non-zero if it fails but instead
produces a file with a "_failed.so" suffix, which we're now checking
after the build_ext command.

Signed-off-by: default avataraszlig <aszlig@redmoonstudios.org>
parent 7640b92c
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