Skip to content

Commit 574d15a

Browse files
committed
fixup! mingw: add a cache below mingw's lstat and dirent implementations
Since we're using CMake in the CI builds now, we were conveniently notified that the `fscache.c` file needs to be added to the Windows-specific source files. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent efeaea1 commit 574d15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/buildsystems/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
205205
list(APPEND compat_SOURCES compat/mingw.c compat/winansi.c compat/win32/path-utils.c
206206
compat/win32/pthread.c compat/win32mmap.c compat/win32/syslog.c
207207
compat/win32/trace2_win32_process_info.c compat/win32/dirent.c
208-
compat/nedmalloc/nedmalloc.c compat/strdup.c)
208+
compat/nedmalloc/nedmalloc.c compat/strdup.c compat/win32/fscache.c)
209209
set(NO_UNIX_SOCKETS 1)
210210

211211
elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux")

0 commit comments

Comments
 (0)