build: update Premake5 (#3)

This commit is contained in:
2025-03-22 12:28:03 +01:00
committed by GitHub
parent 27f931d11a
commit 81c509081f
4 changed files with 5 additions and 6 deletions

View File

@@ -147,7 +147,6 @@ int analyse() {
status = popen(command, "r");
if (!status) {
perror("popen");
pclose(status);
return 1;
}