Upgrade to physfs 3;

This commit is contained in:
bjorn 2017-10-22 00:35:07 -07:00
parent d3f6110d73
commit dfc7d6bfab
2 changed files with 3 additions and 3 deletions

View File

@ -198,11 +198,11 @@ set(PHYSFS_BUILD_WX_TEST FALSE CACHE BOOL "")
if(EMSCRIPTEN)
option(PHYSFS_ARCHIVE_ZIP OFF)
add_subdirectory(deps/physfs physfs)
include_directories(deps/physfs)
include_directories(deps/physfs/src)
set(LOVR_PHYSFS physfs)
elseif(WIN32)
add_subdirectory(deps/physfs physfs)
include_directories(deps/physfs)
include_directories(deps/physfs/src)
set(LOVR_PHYSFS physfs)
else()
find_package(PhysFS REQUIRED)

2
deps/physfs vendored

@ -1 +1 @@
Subproject commit abb9a4c8b6d16389ca5a519c18b25f34249c3426
Subproject commit 68beaa110991cb5002c8dc3a3d61718845046e79