diff --git a/CMakeLists.txt b/CMakeLists.txt index a4457e1e..62cd457c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/deps/physfs b/deps/physfs index abb9a4c8..68beaa11 160000 --- a/deps/physfs +++ b/deps/physfs @@ -1 +1 @@ -Subproject commit abb9a4c8b6d16389ca5a519c18b25f34249c3426 +Subproject commit 68beaa110991cb5002c8dc3a3d61718845046e79