]> wimlib.net Git - wimlib/commit
Makefile.am: don't explicitly link to msvcrt
authorEric Biggers <ebiggers3@gmail.com>
Sun, 11 Sep 2022 17:34:12 +0000 (12:34 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 11 Sep 2022 17:34:12 +0000 (12:34 -0500)
commitaf5a1ef2f12ca4691ca54259ad57ea3a4a8aff3f
treed0aba36ba303925ee4820a1cb12c31f6aea09e71
parent9a26b65c5018cac5024c96d52d1ce77924666e9e
Makefile.am: don't explicitly link to msvcrt

The latest MinGW versions don't want this, and it causes an error about
the lib not being found.
Makefile.am