Skip to content

Commit d66331a

Browse files
committed
Don't build the Gnulib 'utimens' module on MinGW
* nt/gnulib-cfg.mk (OMIT_GNULIB_MODULE_utimens): Omit the 'utimens' module in the MinGW build: 'utimens' is not used by Emacs, and 'fdutimens' is implemented in w32.c.
1 parent f2351a6 commit d66331a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nt/gnulib-cfg.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ OMIT_GNULIB_MODULE_sys_time = true
6363
OMIT_GNULIB_MODULE_sys_types = true
6464
OMIT_GNULIB_MODULE_unistd = true
6565
OMIT_GNULIB_MODULE_canonicalize-lgpl = true
66+
OMIT_GNULIB_MODULE_utimens = true

0 commit comments

Comments
 (0)