Skip to content

Commit c93abc7

Browse files
modconv: add missing source in Makefile
1 parent b682c4b commit c93abc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ ifeq ($(CROSS),arm64)
163163
CPPFLAGS += -Ithird_party/vixl/src -Ithird_party/vixl/src/aarch64
164164
endif
165165
SUPPORT_SRCS := src/support/file.cc src/support/mem4g.cc src/support/zfile.cc
166-
SUPPORT_SRCS += src/supportpsx/binloader.cc src/supportpsx/ps1-packer.cc
166+
SUPPORT_SRCS += src/supportpsx/adpcm.cc src/supportpsx/binloader.cc src/supportpsx/ps1-packer.cc
167167
SUPPORT_SRCS += third_party/fmt/src/os.cc third_party/fmt/src/format.cc
168168
SUPPORT_SRCS += third_party/ucl/src/n2e_99.c third_party/ucl/src/alloc.c
169169
SUPPORT_SRCS += $(wildcard third_party/iec-60908b/*.c)

0 commit comments

Comments
 (0)