mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
guix: Remove another leftover from #29648
This commit is contained in:
parent
0d509bab45
commit
3cb80febb8
1 changed files with 1 additions and 4 deletions
|
@ -323,13 +323,10 @@ mkdir -p "$DISTSRC"
|
||||||
find . -name "lib*.la" -delete
|
find . -name "lib*.la" -delete
|
||||||
find . -name "lib*.a" -delete
|
find . -name "lib*.a" -delete
|
||||||
|
|
||||||
# Prune pkg-config files
|
|
||||||
rm -rf "${DISTNAME}/lib/pkgconfig"
|
|
||||||
|
|
||||||
case "$HOST" in
|
case "$HOST" in
|
||||||
*darwin*) ;;
|
*darwin*) ;;
|
||||||
*)
|
*)
|
||||||
# Split binaries and libraries from their debug symbols
|
# Split binaries from their debug symbols
|
||||||
{
|
{
|
||||||
find "${DISTNAME}/bin" -type f -executable -print0
|
find "${DISTNAME}/bin" -type f -executable -print0
|
||||||
} | xargs -0 -P"$JOBS" -I{} "${DISTSRC}/contrib/devtools/split-debug.sh" {} {} {}.dbg
|
} | xargs -0 -P"$JOBS" -I{} "${DISTSRC}/contrib/devtools/split-debug.sh" {} {} {}.dbg
|
||||||
|
|
Loading…
Add table
Reference in a new issue