Skip to content

Commit

Permalink
disk-image-minimal: Prepare for libsys's existence
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtc27 committed Feb 8, 2024
1 parent 2501b35 commit 236b18d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pycheribuild/projects/disk_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,8 @@ def add_required_libraries(self, libdirs: "list[str]", ignore_required: bool = F
"libz.so.6",
"librt.so.1",
]
# required, but only recently added so not always present
optional_libs += ["libsys.so.7"]
# required, but versions were bumped with changes to ncurses
optional_libs += [
# needed by /bin/sh & /bin/csh (if we included the purecap sh/csh)
Expand Down

0 comments on commit 236b18d

Please sign in to comment.