nixpkgs/pkgs/development/libraries/libxcrypt
Artturin cc9ac45f18 libxcrypt: Fix windows cross
`pkgsCross.mingwW64.libxcrypt`

`isWindows` because
> MinGW does not allow building shared libraries (DLLs) when there are still unresolved symbols, because on Windows each symbol referenced from a DLL must point to something that exists. On other platforms this is not always required.

https://stackoverflow.com/questions/69214347/libtool-error-cant-build-x86-64-w64-mingw32-shared-library-unless-no-undefin

So i presume this is needed for all windows toolchains.
2023-08-27 22:25:48 +03:00
..
check_passthru_matches.py libxcrypt: Add check for enabledCryptSchemeIds 2023-04-03 00:24:39 +02:00
default.nix libxcrypt: Fix windows cross 2023-08-27 22:25:48 +03:00