We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c407caa commit fd8527aCopy full SHA for fd8527a
contrib/guix/libexec/build.sh
@@ -321,12 +321,6 @@ mkdir -p "$DISTSRC"
321
(
322
cd installed
323
324
- case "$HOST" in
325
- *mingw*)
326
- mv --target-directory="$DISTNAME"/lib/ "$DISTNAME"/bin/*.dll
327
- ;;
328
- esac
329
-
330
# Prune libtool and object archives
331
find . -name "lib*.la" -delete
332
find . -name "lib*.a" -delete
@@ -340,7 +334,6 @@ mkdir -p "$DISTSRC"
340
334
# Split binaries and libraries from their debug symbols
341
335
{
342
336
find "${DISTNAME}/bin" -type f -executable -print0
343
- find "${DISTNAME}/lib" -type f -print0
344
337
} | xargs -0 -P"$JOBS" -I{} "${DISTSRC}/contrib/devtools/split-debug.sh" {} {} {}.dbg
345
338
;;
346
339
esac
0 commit comments