aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-06-25 20:23:15 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-07-01 15:51:36 -0300
commit78c72078d4e1bc3c7d044c893adf230547bd0657 (patch)
tree0ab362e316c94ee294064d9fa2db65772521dac5 /src
parent35ccc9c05e79f2433cf22a3c02eddfa5a15fdf38 (diff)
downloadluarocks-78c72078d4e1bc3c7d044c893adf230547bd0657.tar.gz
luarocks-78c72078d4e1bc3c7d044c893adf230547bd0657.tar.bz2
luarocks-78c72078d4e1bc3c7d044c893adf230547bd0657.zip
Windows: disable fs modules for now
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/core/cfg.lua1
1 files changed, 1 insertions, 0 deletions
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)
289 defaults.external_deps_subdirs.lib = { "", "lib", "bin" } 289 defaults.external_deps_subdirs.lib = { "", "lib", "bin" }
290 defaults.runtime_external_deps_subdirs.lib = { "", "lib", "bin" } 290 defaults.runtime_external_deps_subdirs.lib = { "", "lib", "bin" }
291 defaults.link_lua_explicitly = true 291 defaults.link_lua_explicitly = true
292 defaults.fs_use_modules = false
292 end 293 end
293 294
294 if platforms.mingw32 then 295 if platforms.mingw32 then