Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2658178

Browse files
committedFeb 4, 2017
Merge 3.6.
2 parents 5cd87a8 + 75c0d4f commit 2658178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2015,7 +2015,7 @@ def _decimal_ext(self):
20152015
'Modules',
20162016
'_decimal',
20172017
'libmpdec'))]
2018-
libraries = []
2018+
libraries = self.detect_math_libs()
20192019
sources = [
20202020
'_decimal/_decimal.c',
20212021
'_decimal/libmpdec/basearith.c',

0 commit comments

Comments
 (0)
Please sign in to comment.