Skip to content

config: Don't set prefix for Windows builds

We've been doing this since the beginning to ensure correct paths inside various files such as .pc and .la, but we this is not needed anymore for two reasons:

  1. We ship pkg-config with --define-prefix enabled
  2. MSI supports installing into any location

So, always use dirs inside the build/ directory.

CC: @tpm

Merge request reports