premake-core icon indicating copy to clipboard operation
premake-core copied to clipboard

Premake

Results 274 premake-core issues
Sort by recently updated
recently updated
newest added

## The issue Generated Visual Studio 2022 projects seem to be using the wrong platform toolset when targeting Linux. I'm specifying the toolset as `clang` in lua and I've also...

bug

**What's your question?** I’m working on a game engine that includes both C++ and C# projects managed with Premake. On Linux, I use `gmake` instead of `vs2022`. C++ projects build...

question

**What seems to be the problem?** The hex string produced by the `string.sha1` function prints the result in a non-standard way. To be exact, for each byte it swaps the...

bug

``` $ premake5 clean Running action 'clean'... ** The clean action has not yet been ported ``` --- - Premake 5.0.0.alpha5 - macosx 10.10.5

enhancement