core, more on chd support

This commit is contained in:
kub 2021-03-04 22:38:11 +01:00
parent 15ca715228
commit 8374e606ab
2 changed files with 20 additions and 2 deletions

View file

@ -237,8 +237,7 @@ endif
endif
ifneq (,$(HAVE_LIBCHDR))
CFLAGS += -DUSE_LIBCHDR -Iplatform/common/libchdr/include
LDFLAGS += -Lplatform/common/libchdr -lchdr
CFLAGS += -DUSE_LIBCHDR
endif
ifeq "$(PLATFORM_ZLIB)" "1"