Commit cff2b11
authored
Tests link with libutil for openpty on OpenBSD. (#1285)
One of the tests refers to openpty, which requires linking with libutil
on OpenBSD.
### Motivation:
swift test on the project has a link failure on OpenBSD.
### Modifications:
Add the libutil linker flag in Package.swift
### Checklist:
- [X] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [X] If public symbols are renamed or modified, DocC references should
be updated. ***(not required).***1 parent 887871b commit cff2b11
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
143 | 146 | | |
144 | 147 | | |
145 | 148 | | |
| |||
0 commit comments