On 19 June 2013 05:42, Alexey Melnichuk <[email protected]> wrote: > Hisham <h <at> hisham.hm> writes: > >> >> This shouldn't be necessary! Revision 0.1.0-2 should have worked. As I >> said, "mingw32" should auto-detect "windows" as a platform as well! >> (ie, if mingw32 is set, then windows should be auto-set too). >> > For mingw32 luarocks set platforms as `win32` and `mingw32` but it doesn'n > set `windows` > When i update cfg.lua as >> if detected.mingw32 then >> defaults.platforms = { "win32", "mingw32", "windows" } > it start working.
Good catch! Just pushed the fix to git. Thank you! -- Hisham ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
