Joris Dauphin

Results 202 comments of Joris Dauphin

https://github.com/premake/premake-core/pull/2244 is merged, that PR need to be updated to take into account the changes.

CI failed :-/ ~unsure of the origin though.~ ~Investigating...~ Embed scripts broken by https://github.com/premake/premake-core/pull/2264 Waiting for core fix.

Reading "$(document)/Stratagus/stderr.txt" & "stdout.txt" might give some indications of possible issues.

I'm on Windows... On *nix, it seems it is only in regular console output on MacOs, it is in /tmp/stdout.txt wc2/logs/*.txt might be there if crash happens once game is...

`rule` doesn't have `postbuildcommands`, `buildcommands` seems fine though. > We would also need to inform clang-tidy where to read the .clang-tidy file from as it may not necessarily be in...

Note that `buildoptions { "/Za" }` would add the option, but (specific) UI ("Disable Language Extension") would not reflect that, you have to look into "Command Line" / "Additional Options"...

Better to split PRs. - `getrelative` should be fixed by the other PR (waiting change from premake core). So current hack to handle it will be rejected.

https://github.com/jimon/premake-ninja/pull/33 should have fix it. requires master branch of premake though.

Can you share a problematic config? I tried modifying https://github.com/Jarod42/premake-sample-projects/tree/master/projects/project-04-prepost-build to have project location as workspace-location+"project" and it worked.

As mentionned in [Tokens#path-in-commands](https://premake.github.io/docs/Tokens#path-in-commands), you have to use `%[..]`, i.e: `prebuildcommands { "%[" .. ProgramPath .."] pwdcmd" }`.