]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: Add no-undefined flag based on host OS
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 11 Jun 2024 13:34:22 +0000 (16:34 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 11 Jun 2024 18:14:31 +0000 (21:14 +0300)
commitad8aeb7d26ca8c1e2a66b272a63d6c598b26fb62
tree36671c18980cfcedee590b9625d81afdf155bd50
parent7854e41011dfb252a3cebf6c6f0431408b67628f
libtool: Add no-undefined flag based on host OS

Without the no-undefined flag, the test will fail on Mingw and
Cygwin, so the flag will be appended for windows compilation.

* tests/bug_62343.at: Add no-undefined flag for windows-based
  compilation.
tests/bug_62343.at