]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Fix "make install" in MSVC builds with --enable-shared. 0.22.x
authorBruno Haible <bruno@clisp.org>
Thu, 5 Jun 2025 09:05:29 +0000 (11:05 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 5 Jun 2025 09:05:29 +0000 (11:05 +0200)
commit3b6fc49bb4424bdfb35c93289aaeb3751310b369
tree3ec9807ce2256c1acc60193dfa2c193c174d9d30
parentc97e89ea645dd2c858ac99a320874f6e60bd07d1
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