From c304c1e7d0f5bc673c8e7626bfe09270caf5f733 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Mon, 23 Mar 2020 00:43:57 -0400 Subject: gcc: move .dll.a* outputs to $lib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These are expected to be here for Windows compilation. The change in e1831ebea3bcb415800a74fe458f802e63549e1c didn’t move these correctly (while still patching the search paths). https://hydra.nixos.org/build/114202790 --- pkgs/development/compilers/gcc/builder.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/compilers/gcc') diff --git a/pkgs/development/compilers/gcc/builder.sh b/pkgs/development/compilers/gcc/builder.sh index b153687980a0..112439ba4d36 100644 --- a/pkgs/development/compilers/gcc/builder.sh +++ b/pkgs/development/compilers/gcc/builder.sh @@ -216,6 +216,7 @@ postInstall() { moveToOutput "${targetConfig+$targetConfig/}lib/lib*.so*" "$lib" moveToOutput "${targetConfig+$targetConfig/}lib/lib*.la" "$lib" moveToOutput "${targetConfig+$targetConfig/}lib/lib*.dylib" "$lib" + moveToOutput "${targetConfig+$targetConfig/}lib/lib*.dll.a" "$lib" moveToOutput "share/gcc-*/python" "$lib" for i in "$lib/${targetConfig}"/lib/*.{la,py}; do -- cgit 1.4.1