/third-party/physfs/: remove unused archivers, actually make cmake options pass, duh

This commit is contained in:
2024-10-13 19:17:26 +03:00
parent ed93072371
commit d2422735e6
2 changed files with 12 additions and 20 deletions

View File

@ -85,16 +85,7 @@ set(PHYSFS_SRCS
src/physfs_platform_android.c
src/physfs_archiver_dir.c
src/physfs_archiver_unpacked.c
src/physfs_archiver_grp.c
src/physfs_archiver_hog.c
src/physfs_archiver_7z.c
src/physfs_archiver_mvl.c
src/physfs_archiver_qpak.c
src/physfs_archiver_wad.c
src/physfs_archiver_zip.c
src/physfs_archiver_slb.c
src/physfs_archiver_iso9660.c
src/physfs_archiver_vdf.c
${PHYSFS_CPP_SRCS}
${PHYSFS_M_SRCS}
)