]> 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>
Mon, 26 May 2025 14:18:51 +0000 (17:18 +0300)
commit1377b68b4aed0d6ee3c390131eb763d26e5b642d
treee6b9ea6c61b6fcb09e7f5185dec7329b3239e705
parent021a79ba3ecbb53f9dba93901f134cdc672c5a0b
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