Skip to content

Commit de4fedb

Browse files
committed
depends: Add documentation for FORCE_USE_SYSTEM_CLANG make flag
1 parent fe98999 commit de4fedb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

depends/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ The following can be set when running make: `make FOO=bar`
109109
<dd>Optional salt to use when generating host package ids</dd>
110110
<dt>BUILD_ID_SALT</dt>
111111
<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>
112116
</dl>
113117

114118
If some packages are not built, for example `make NO_WALLET=1`, the appropriate

0 commit comments

Comments
 (0)