mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-10 10:52:31 -05:00
guix: remove errant leftover from #29648
We no longer build a lib, so a non-existent dir is causing builds to fail.
This commit is contained in:
parent
c407caa297
commit
fd8527a20e
1 changed files with 0 additions and 7 deletions
|
@ -321,12 +321,6 @@ 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
|
||||||
|
@ -340,7 +334,6 @@ 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…
Add table
Reference in a new issue