We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67d4643 + 47e2a35 commit c1564baCopy full SHA for c1564ba
depends/README.md
@@ -105,6 +105,10 @@ The following can be set when running make: `make FOO=bar`
105
<dd>Don't download/build/cache SQLite</dd>
106
<dt>NO_UPNP</dt>
107
<dd>Don't download/build/cache packages needed for enabling upnp</dd>
108
+<dt>ALLOW_HOST_PACKAGES</dt>
109
+<dd>Packages that are missed in dependencies (due to `NO_*` option or
110
+build script logic) are searched for among the host system packages using
111
+`pkg-config`. It allows building with packages of other (newer) versions</dd>
112
<dt>MULTIPROCESS</dt>
113
<dd>build libmultiprocess (experimental, requires cmake)</dd>
114
<dt>DEBUG</dt>
0 commit comments