lunarmodules / luafilesystem

LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.
https://lunarmodules.github.io/luafilesystem/
MIT License
900 stars 291 forks source link

dir does not work on win32? #129

Closed subsoap closed 4 years ago

subsoap commented 4 years ago

With Defold we use this https://github.com/britzl/defold-lfs identical code, and dir does not work on a win32 build. Might be related to building with Clang 9?

hishamhm commented 4 years ago

@subsoap unfortunately I wouldn't know. AFAICT dir works on lfs on Windows. You may want to open a bug report in that repository instead?

subsoap commented 4 years ago

Solution for issue in Defold's case issue