Skip to content

Commit 7ef5c83

Browse files
authored
Ignore SwapBytes.c (not used and has build error in SDL fork) (finalburnneo#1914)
1 parent e7fbc10 commit 7ef5c83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

makefile.sdl

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ifdef INCLUDE_7Z_SUPPORT
7575
depobj += un7z.o \
7676
\
7777
7zArcIn.o 7zBuf.o 7zBuf2.o 7zCrc.o 7zCrcOpt.o 7zDec.o 7zFile.o 7zStream.o Alloc.o Bcj2.o Bra.o Bra86.o BraIA64.o CpuArch.o \
78-
Delta.o LzFindOpt.o LzmaDec.o Lzma2Dec.o MtDec.o Ppmd7.o Ppmd7Dec.o Ppmd7aDec.o Sha256.o Sha1Opt.o Sha256Opt.o SwapBytes.o Threads.o Xxh64.o Xz.o XzCrc64.o XzCrc64Opt.o XzDec.o ZstdDec.o
78+
Delta.o LzFindOpt.o LzmaDec.o Lzma2Dec.o MtDec.o Ppmd7.o Ppmd7Dec.o Ppmd7aDec.o Sha256.o Sha1Opt.o Sha256Opt.o Threads.o Xxh64.o Xz.o XzCrc64.o XzCrc64Opt.o XzDec.o ZstdDec.o
7979
endif
8080

8181
autobj += $(depobj)

makefile.sdl2

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ifdef INCLUDE_7Z_SUPPORT
8080
depobj += un7z.o \
8181
\
8282
7zArcIn.o 7zBuf.o 7zBuf2.o 7zCrc.o 7zCrcOpt.o 7zDec.o 7zFile.o 7zStream.o Alloc.o Bcj2.o Bra.o Bra86.o BraIA64.o CpuArch.o \
83-
Delta.o LzFindOpt.o LzmaDec.o Lzma2Dec.o MtDec.o Ppmd7.o Ppmd7Dec.o Ppmd7aDec.o Sha256.o Sha1Opt.o Sha256Opt.o SwapBytes.o Threads.o Xxh64.o Xz.o XzCrc64.o XzCrc64Opt.o XzDec.o ZstdDec.o
83+
Delta.o LzFindOpt.o LzmaDec.o Lzma2Dec.o MtDec.o Ppmd7.o Ppmd7Dec.o Ppmd7aDec.o Sha256.o Sha1Opt.o Sha256Opt.o Threads.o Xxh64.o Xz.o XzCrc64.o XzCrc64Opt.o XzDec.o ZstdDec.o
8484
endif
8585

8686
autobj += $(depobj)

0 commit comments

Comments
 (0)