mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 13:02:38 +02:00
Revert "guix: remove errant leftover from #29648"
This reverts commit fd8527a20e
(#29787)
This commit is contained in:
parent
6ff758d42b
commit
3e63c467e5
@ -310,6 +310,12 @@ mkdir -p "$DISTSRC"
|
|||||||
(
|
(
|
||||||
cd installed
|
cd installed
|
||||||
|
|
||||||
|
case "$HOST" in
|
||||||
|
*mingw*)
|
||||||
|
mv --target-directory="$DISTNAME"/lib/ "$DISTNAME"/bin/*.dll
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# Prune libtool and object archives
|
# Prune libtool and object archives
|
||||||
find . -name "lib*.la" -delete
|
find . -name "lib*.la" -delete
|
||||||
find . -name "lib*.a" -delete
|
find . -name "lib*.a" -delete
|
||||||
@ -323,6 +329,7 @@ mkdir -p "$DISTSRC"
|
|||||||
# Split binaries and libraries from their debug symbols
|
# Split binaries and libraries from their debug symbols
|
||||||
{
|
{
|
||||||
find "${DISTNAME}/bin" -type f -executable -print0
|
find "${DISTNAME}/bin" -type f -executable -print0
|
||||||
|
find "${DISTNAME}/lib" -type f -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
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user