Skip to content

Commit 5fb8305

Browse files
dschoGit for Windows Build Agent
authored andcommitted
Merge pull request #2102 from dscho/fix-msvc
msvc: add forgotten source file
2 parents ed787f3 + b87ee78 commit 5fb8305

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ ifeq ($(uname_S),Windows)
426426
CFLAGS =
427427
BASIC_CFLAGS = -nologo -I. -Icompat/vcbuild/include -DWIN32 -D_CONSOLE -DHAVE_STRING_H -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_DEPRECATE
428428
COMPAT_OBJS = compat/msvc.o compat/winansi.o \
429+
compat/win32/path-utils.o \
429430
compat/win32/pthread.o compat/win32/syslog.o \
430431
compat/win32/trace2_win32_process_info.o \
431432
compat/win32/dirent.o compat/win32/fscache.o

0 commit comments

Comments
 (0)