Could be prefix=./ to make it relative.

But why have it different depending on the platform? Even if we used to, should we carry that on or couldn't we rely on it being UNIX-style, so on Windows it could be enough to use something like g_build_path(g_win32_get_package_installation_directory_of_module(), DATADIR, NULL) or alike?


Reply to this email directly or view it on GitHub.