]> git.ipfire.org Git - thirdparty/libtool.git/commit
ltmain.in: Fix hang with cmd.exe in MSYS
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 19 Feb 2025 16:58:16 +0000 (18:58 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 7 Aug 2025 17:20:03 +0000 (20:20 +0300)
commitdf361d02a6e7c99741ef6c67c1aa6ddd96e495d7
treee6b9ea6c61b6fcb09e7f5185dec7329b3239e705
parent57e1dc94d3dfdde3cf83698e4b2b86deac88aa89
ltmain.in: Fix hang with cmd.exe in MSYS

Translating file paths from MSYS to W32 has been causing libtool to
indefinitely hang when 'cmd.exe //c' is called. Instead, 'cygpath' is
packaged on MSYS, so it will now handle the path conversion.

* build-aux/ltmain.in: Replace 'cmd.exe //c' with 'cygpath' usage.
build-aux/ltmain.in