Kaydet (Commit) 75c0d4f6 authored tarafından Stefan Krah's avatar Stefan Krah

Issue29439: _decimal on Android requires linking with libm.

Patch by Chi Hsuan Yen.
üst ed4de13f
...@@ -2064,7 +2064,7 @@ class PyBuildExt(build_ext): ...@@ -2064,7 +2064,7 @@ class PyBuildExt(build_ext):
'Modules', 'Modules',
'_decimal', '_decimal',
'libmpdec'))] 'libmpdec'))]
libraries = [] libraries = self.detect_math_libs()
sources = [ sources = [
'_decimal/_decimal.c', '_decimal/_decimal.c',
'_decimal/libmpdec/basearith.c', '_decimal/libmpdec/basearith.c',
......
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