Skip to content

strip: fix strip of shared libraries#316

Merged
jkloetzke merged 1 commit into
BobBuildTool:masterfrom
rhubert:fix-strip-shared
Apr 26, 2026
Merged

strip: fix strip of shared libraries#316
jkloetzke merged 1 commit into
BobBuildTool:masterfrom
rhubert:fix-strip-shared

Conversation

@rhubert
Copy link
Copy Markdown
Contributor

@rhubert rhubert commented Apr 24, 2026

The file command returns ELF 64-bit LSB shared object, x86-64, [..] for shared libraries. Fix the pattern to match this. Otherwise shared libraries might miss some symbols.

The file command returns `ELF 64-bit LSB shared object, x86-64, [..]`
for shared libraries. Fix the pattern to match this. Otherwise shared
libraries might miss some symbols.
@jkloetzke jkloetzke merged commit eb62005 into BobBuildTool:master Apr 26, 2026
3 checks passed
@jkloetzke
Copy link
Copy Markdown
Member

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants