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.
1 parent fe98999 commit de4fedbCopy full SHA for de4fedb
depends/README.md
@@ -109,6 +109,10 @@ The following can be set when running make: `make FOO=bar`
109
<dd>Optional salt to use when generating host package ids</dd>
110
<dt>BUILD_ID_SALT</dt>
111
<dd>Optional salt to use when generating build package ids</dd>
112
+<dt>FORCE_USE_SYSTEM_CLANG</dt>
113
+<dd>(EXPERTS ONLY) When cross-compiling for macOS, use clang found in the
114
+system's <code>$PATH</code> rather than the default prebuilt release of clang
115
+from llvm.org</dd>
116
</dl>
117
118
If some packages are not built, for example `make NO_WALLET=1`, the appropriate
0 commit comments