MSVC buildfix

This commit is contained in:
twinaphex 2020-09-20 01:05:39 +02:00
parent 4f70b970b3
commit c640855c21

View File

@ -174,7 +174,7 @@ ifeq ($(HAVE_CHD), 1)
else
INCFLAGS += $(LIBCHDR_INCFLAGS)
SOURCES_C += $(LIBCHDR_SOURCES_C)
ifeq ($(platform), win)
ifneq (,$(findstring windows,$(platform)))
SOURCES_C += $(DEPS_DIR)/flac-1.3.2/src/libFLAC/windows_unicode_filenames.c
endif
endif