diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-10-22 15:42:27 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-10-22 15:42:27 +0300 |
commit | 6883403719e204bd652b26323cfbab8fbb5bd871 (patch) | |
tree | b73faeb1b3ae65f18dac9e0f5c17ff54cf012979 /nt | |
parent | 2bffa0189dec332f0026c144f081493e2b7fe94b (diff) | |
download | emacs-6883403719e204bd652b26323cfbab8fbb5bd871.tar.gz emacs-6883403719e204bd652b26323cfbab8fbb5bd871.tar.bz2 emacs-6883403719e204bd652b26323cfbab8fbb5bd871.zip |
; * nt/INSTALL: Fix a typo.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index 5a76f5bdeda..c324fb4ae7d 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -745,7 +745,7 @@ build will run on Windows 9X and newer systems). https://developers.google.com/speed/webp/ - were compiled by MSVC, and include only static libraries, no DLLs. + was compiled by MSVC, and includes only static libraries, no DLLs. So you cannot use that to build Emacs with WebP support on MS-Windows, as that needs libwebp as a DLL. |