-
**What seems to be the problem?**
Generating a C# project using premake does not specify the "Platform Targets" property for the project when an architecture is specified. This results in projects be…
-
**What seems to be the problem?**
The various cfg.buildtarget tokens appear to be incorrect in postbuildcommands.
The complete (dummy) project I'm using for learning Premake demonstrates the bug: …
-
After trial and error I was able to build the project. It would be good to have build instructions.
So far I have been able to build a docker container 👍
```dockerfile
FROM debian:bookworm-sli…
-
Привет. Немного лень писать на английском, поэтому пишу на русском.
Я бы хотел сделать Qt Creator плагин для работы с Premake 5. Естественно сначала проверил существующие аналоги, нашел твои исходн…
-
Hi,
we have issue while creating partition when upgrading with latest partman 5.1.0
we create partition for a table **dim_vvv_visit** partition by atd
```plpgsql
create table dim_vvv_visit (
…
-
I just wanted to put this somewhere in case it helps someone. I got sick of manually turning off vcpkg to follow along the project videos.
I found this code that you put at the top of your premake5…
-
So far I've only been able to configure a 32+64 bit library build using the visual studio solution.
That is also generating only Win32, so you have to clone the config, create a x64 config.
Lastly, …
-
I'm trying to use the new experimental premake generator with premake5 based on these guides:
https://docs.conan.io/en/latest/reference/generators/premake.html
https://docs.conan.io/en/latest/in…
-
For various reasons, I can't have Premake files in the root directory of the project, but have to put it into a subdirectory, let's call it `build/premake`. This means that even my simplest project de…
-
**What's your question?**
I test external modules, I put generators in premake5-system.lua
I have one project which uses one module with "conflicting" api
same name, (and even same definition) le…