1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-28 07:28:30 +02:00

Compile physfsrwops with VVVVVV because of SDL dependency

This commit is contained in:
leo60228 2020-07-30 17:24:54 -04:00 committed by Misa Elizabeth Kai
parent 668c3d91d6
commit de0998ca34

View File

@ -113,6 +113,7 @@ set(VVV_SRC
src/Network.c
src/ThirdPartyDeps.c
src/Xoshiro.c
../third_party/physfs/physfsrwops.c
)
if(NOT CUSTOM_LEVEL_SUPPORT STREQUAL "DISABLED")
list(APPEND VVV_SRC src/editor.cpp)
@ -174,7 +175,6 @@ set(PFS_SRC
../third_party/physfs/physfs_platform_unix.c
../third_party/physfs/physfs_platform_windows.c
../third_party/physfs/physfs_platform_haiku.cpp
../third_party/physfs/physfsrwops.c
)
if(APPLE)
# Are you noticing a pattern with this Apple crap yet?