Joris Dauphin
Joris Dauphin
Another useful place to check build steps are CIs in .github/workflows
https://github.com/eranif/codelite/blob/master/.github/workflows/msys2.yml is the one which builds for msys: - In `- uses: msys2/setup-msys2@v2`, the list of packages to be installed prior wxwidgets & Codelite build - `uses: actions/checkout@v4` is mostly...
[INFO] > Depends on: https://github.com/jimon/premake-ninja/pull/46 Possible way is to target that branch (so current PR is retargeted once first PR is merged). Not sure if it works cross repo though.