Skip to content

Fix "FAIL: check-system-flags"

SENOO, Ken requested to merge senooken/pkg-config:51-check-system-flags into master

pkg-config strips system include and lib.

For passing the test, enable system include and lib by appending PKG_CONFIG_ALLOW_SYSTEM_CFLAGS and PKG_CONFIG_ALLOW_SYSTEM_LIBS environment variable.

Related #51.

Merge request reports