mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Compile physfsrwops with VVVVVV because of SDL dependency
This commit is contained in:
parent
668c3d91d6
commit
de0998ca34
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue