ataraxialinux / ataraxia

Simple and lightweight source-based multi-platform Linux distribution with musl libc.
https://ataraxialinux.org
GNU General Public License v3.0
282 stars 19 forks source link

Fix pkgconf environment variables #151

Closed firasuke closed 4 years ago

firasuke commented 4 years ago

According to pkgconf's man page:

PKG_CONFIG_SYSROOT_DIR
‘sysroot’ directory, will be prepended to every path defined in PKG_CONFIG_PATH. Useful for cross compilation.
firasuke commented 4 years ago

Np.