Joris Dauphin
Joris Dauphin
It is a possibility. Better is opinion-based though ;-) (I dislike 5.0.0-dev, and prefer 5.0.0-beta5-sha1 and no sha1 for official).
https://premake.github.io/docs/Tokens/#path-in-commands `%[..]` handles path in commands string.
No issues to test it (and even merge it if appropriate).
From what I tested, CppCheck.exe should be in `PATH` to be detected. (Don't forget to restart Codelite if you modify PATH when Codelite is opened).
> I have no idea what this code does though :D That is the part of the code which draw unit under fog of war. Whereas it might fix the...
I confirm that with https://github.com/Jarod42/premake-sample-projects/actions/runs/17925329736 I might have miss some setup though.
Fixing it might break people using our method and comparing with previous computed one :-/
I have investigated on the task, and there is API problem for me: - `location` might be given as `location 'solution/' + _ACTION` which cannot be correctly retrieved (`_ACTION` would...
There is now a github action https://github.com/eranif/codelite/blob/master/.github/workflows/msys2.yml which follows these instructions (and does work). > WXWIN is set to C:/msys64/home/Mélodie/root Can you try path without non-ascii characters (no accents). I...
> could not open configuration file: C:/msys64/home/esdev/root/lib/clang_x64_dll/mswu/build.cfg C:/msys64/home/esdev/root/lib/clang_x64_dll/mswu/build.cfg seems to not exist, is there a similar file under root/lib? I don't see from log ``` mingw32-make install ``` Which might...