]> git.ipfire.org Git - thirdparty/libtool.git/commit
ltmain.in: Add 'S_ISDIR' definition for MSVC
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 26 Mar 2025 15:19:39 +0000 (17:19 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Mon, 26 May 2025 14:18:51 +0000 (17:18 +0300)
commit64b48f0bbd126c209895b163b0a4571d96778d9a
tree9b8812a7caa067a6a13524fb66a8257566efe042
parent1377b68b4aed0d6ee3c390131eb763d26e5b642d
ltmain.in: Add 'S_ISDIR' definition for MSVC

Several test failures occur from fix for sr #111191 with MSVC, which is
fixed by defining S_ISDIR with a different variable name, MSVC_ISDIR.

  error LNK2019: unresolved external symbol S_ISDIR referenced in func check_executable

* build-aux/ltmain.in: Define and use macro MSVC_ISDIR.
build-aux/ltmain.in