Skip to content

Build tools windows fixes

commit 1c333774:

ninja.recipe: Output full command-lines when building
This helps debug build issues.

commit 4af8e78a:

pkg-config.recipe: Always auto-detect the prefix
With this, the `prefix` variable in .pc files will be automatically
detected based on the location of the .pc file. This allows for
portable prefixes.

This is the recommended configuration on Windows and macOS. We need to
enable this since we ship pkg-config with the release binaries now.

Merge request reports