Skip to content

Commit fd8527a

Browse files
committed
guix: remove errant leftover from #29648
We no longer build a lib, so a non-existent dir is causing builds to fail.
1 parent c407caa commit fd8527a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

contrib/guix/libexec/build.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -321,12 +321,6 @@ mkdir -p "$DISTSRC"
321321
(
322322
cd installed
323323

324-
case "$HOST" in
325-
*mingw*)
326-
mv --target-directory="$DISTNAME"/lib/ "$DISTNAME"/bin/*.dll
327-
;;
328-
esac
329-
330324
# Prune libtool and object archives
331325
find . -name "lib*.la" -delete
332326
find . -name "lib*.a" -delete
@@ -340,7 +334,6 @@ mkdir -p "$DISTSRC"
340334
# Split binaries and libraries from their debug symbols
341335
{
342336
find "${DISTNAME}/bin" -type f -executable -print0
343-
find "${DISTNAME}/lib" -type f -print0
344337
} | xargs -0 -P"$JOBS" -I{} "${DISTSRC}/contrib/devtools/split-debug.sh" {} {} {}.dbg
345338
;;
346339
esac

0 commit comments

Comments
 (0)