Skip to content

Commit

Permalink
fix trimming of /usr/share files
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Moreau authored and awakecoding committed Dec 12, 2024
1 parent 3257b15 commit 06291f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cbake.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ function Remove-CBakeExcludedFiles() {
$ExcludeDir = Join-Path $ExportPath $_
Remove-Item -Path $ExcludeDir -Recurse -Force -ErrorAction 'SilentlyContinue' | Out-Null
}

Get-ChildItem -Path "/usr/share" -Exclude "pkgconfig" | ForEach-Object {
Remove-Item $_.FullName -Force -Recurse -ErrorAction 'SilentlyContinue' | Out-Null
}
}

function Optimize-CBakeSysroot() {
Expand Down

0 comments on commit 06291f5

Please sign in to comment.