mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
Don't compile lib/copy-file-range.c on MS-Windows
* nt/gnulib-cfg.mk (OMIT_GNULIB_MODULE_copy-file-range): Set to true to avoid compiling copy-file-range.c on MS-Windows. The function 'copy_file_range' is not used on MS-Windows, while compiling the file triggers warnings because lib/unistd.h, where its prototype is declared, is omitted in the MS-Windows build.
This commit is contained in:
parent
e5cb268b2c
commit
d03f3a827d
@ -46,6 +46,7 @@ OMIT_GNULIB_MODULE_allocator = true
|
||||
OMIT_GNULIB_MODULE_at-internal = true
|
||||
OMIT_GNULIB_MODULE_canonicalize-lgpl = true
|
||||
OMIT_GNULIB_MODULE_careadlinkat = true
|
||||
OMIT_GNULIB_MODULE_copy-file-range = true
|
||||
OMIT_GNULIB_MODULE_dirent = true
|
||||
OMIT_GNULIB_MODULE_dirfd = true
|
||||
OMIT_GNULIB_MODULE_fchmodat = true
|
||||
|
Loading…
Reference in New Issue
Block a user