mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Compile physfsrwops with VVVVVV because of SDL dependency
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
668c3d91d6
commit
de0998ca34
@@ -113,6 +113,7 @@ set(VVV_SRC
|
|||||||
src/Network.c
|
src/Network.c
|
||||||
src/ThirdPartyDeps.c
|
src/ThirdPartyDeps.c
|
||||||
src/Xoshiro.c
|
src/Xoshiro.c
|
||||||
|
../third_party/physfs/physfsrwops.c
|
||||||
)
|
)
|
||||||
if(NOT CUSTOM_LEVEL_SUPPORT STREQUAL "DISABLED")
|
if(NOT CUSTOM_LEVEL_SUPPORT STREQUAL "DISABLED")
|
||||||
list(APPEND VVV_SRC src/editor.cpp)
|
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_unix.c
|
||||||
../third_party/physfs/physfs_platform_windows.c
|
../third_party/physfs/physfs_platform_windows.c
|
||||||
../third_party/physfs/physfs_platform_haiku.cpp
|
../third_party/physfs/physfs_platform_haiku.cpp
|
||||||
../third_party/physfs/physfsrwops.c
|
|
||||||
)
|
)
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
# Are you noticing a pattern with this Apple crap yet?
|
# Are you noticing a pattern with this Apple crap yet?
|
||||||
|
|||||||
Reference in New Issue
Block a user