Skip to content

Commit e796f9c

Browse files
committed
[GR-44773][GR-44506] Re-enable python enterprise gates.
PullRequest: graalpython/2690
2 parents fa5c2f9 + d2037ab commit e796f9c

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)