lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I'm having an odd issue where lua.exe built with mingw-64 on Windows produces no console output at all when run. luac.exe on the other hand works fine.

This is in the context of vcpkg, and this issue could not be reproduced with msvc. More context: https://github.com/microsoft/vcpkg/issues/14667

What could be the problem?