Skip to content

Commit d5a3599

Browse files
committed
Link with libutil for openpty on Linux
1 parent 0a96daa commit d5a3599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@
719719
},
720720
"<others>": {
721721
"<others>": {
722-
"ldlibs": ["-lcrypt"],
722+
"ldlibs": ["-lutil", "-lcrypt"],
723723
"defaultBuild" : True,
724724
},
725725
},

0 commit comments

Comments
 (0)