mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Issue29439: _decimal on Android requires linking with libm.
Patch by Chi Hsuan Yen.
This commit is contained in:
parent
ed4de13f06
commit
75c0d4f6bb
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -2064,7 +2064,7 @@ def _decimal_ext(self):
|
|||
'Modules',
|
||||
'_decimal',
|
||||
'libmpdec'))]
|
||||
libraries = []
|
||||
libraries = self.detect_math_libs()
|
||||
sources = [
|
||||
'_decimal/_decimal.c',
|
||||
'_decimal/libmpdec/basearith.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue