From 78c72078d4e1bc3c7d044c893adf230547bd0657 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 25 Jun 2018 20:23:15 -0300 Subject: Windows: disable fs modules for now --- src/luarocks/core/cfg.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/luarocks/core/cfg.lua b/src/luarocks/core/cfg.lua index 75ddaa98..df10db2b 100644 --- a/src/luarocks/core/cfg.lua +++ b/src/luarocks/core/cfg.lua @@ -289,6 +289,7 @@ local function make_defaults(lua_version, target_cpu, platforms, home) defaults.external_deps_subdirs.lib = { "", "lib", "bin" } defaults.runtime_external_deps_subdirs.lib = { "", "lib", "bin" } defaults.link_lua_explicitly = true + defaults.fs_use_modules = false end if platforms.mingw32 then -- cgit v1.2.3-55-g6feb