Skip to content

Commit d2037ab

Browse files
committed
link against libmath explicitly for libpythonjni
1 parent cca1881 commit d2037ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mx.graalpython/suite.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,9 @@
499499
"-I\"<path:com.oracle.graal.python.cext>/src\"",
500500
"-I\"<path:com.oracle.graal.python.cext>/hpy\""
501501
],
502+
"ldlibs": [
503+
"-lm"
504+
],
502505
"os_arch": {
503506
"windows": {
504507
"<others>": {

0 commit comments

Comments
 (0)