From 5cc0fced70fbd9589b37a8f08bca3c1e7677ba2d Mon Sep 17 00:00:00 2001 From: bjorn Date: Sun, 22 Oct 2017 22:13:27 -0700 Subject: [PATCH] Re-enable physfs zip support in emscripten; --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e2cbfcf..7b484c20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)