Re-enable physfs zip support in emscripten;

This commit is contained in:
bjorn 2017-10-22 22:13:27 -07:00
parent 618be7b51d
commit 5cc0fced70
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ set(PHYSFS_ARCHIVE_QPAK OFF CACHE BOOL "")
set(PHYSFS_BUILD_TEST OFF CACHE BOOL "")
set(PHYSFS_BUILD_WX_TEST FALSE CACHE BOOL "")
if(EMSCRIPTEN)
option(PHYSFS_ARCHIVE_ZIP OFF)
add_subdirectory(deps/physfs physfs)
include_directories(deps/physfs/src)
set(LOVR_PHYSFS physfs)