Files
eepp/premake/export-compile-commands/_preload.lua
Martín Lucas Golini 46b2a1b769 Expose export-compile-commands in premake5 project.
Minor fix in Sys::getOSArchitecture.
2024-10-18 12:55:15 -03:00

4 lines
71 B
Lua

return function(cfg)
return _ACTION == 'export-compile-commands'
end