]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Fix "make install" in MSVC builds with --enable-shared.
authorBruno Haible <bruno@clisp.org>
Thu, 5 Jun 2025 19:37:08 +0000 (21:37 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 5 Jun 2025 19:37:08 +0000 (21:37 +0200)
commit182f5655f788c74d81331f0b02e7766513239e64
treeeb90e1dc08a06635470e46f7db9cf816a3d4cb1b
parent38b2844f1cba84fe1e28f1be56e2ae4bba3d1175
build: Fix "make install" in MSVC builds with --enable-shared.

The problem was that intl-8.dll was not installed with execute permissions.

* gettext-runtime/intl/Makefile.am (install-exec-libintl): Use $(INSTALL),
not $(INSTALL_DATA), with libtool --mode=install.
* INSTALL.windows: Remove constraint to use --disable-shared on MSVC.
INSTALL.windows
gettext-runtime/intl/Makefile.am