Skip to content

Commit eda5f16

Browse files
committed
doc: Update dependency required for "lld"
At least for homebrew, lld is no longer included in llvm releases
1 parent a09bb44 commit eda5f16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/site/markdown/crosscomp.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ JNI code for both macOS and Linux, on _either_ platform.
88
In order to cross-compile, our development machine (the one where we do the compilation), needs
99
to have clang and llvm.
1010

11-
On Mac, the Xcode version of clang is not sufficient. You have to install llvm from Homebrew:
11+
On Mac, the Xcode version of clang is not sufficient. You have to install llvm and lld from Homebrew:
1212

13-
brew install llvm
13+
brew install llvm lld
1414

1515
## Setting up the target SDKs
1616

@@ -140,4 +140,4 @@ be relatively straightforward.
140140

141141
## See also
142142

143-
[Developing with Xcode](xcode.html).
143+
[Developing with Xcode](xcode.html).

src/site/markdown/release.md.vm

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ x86_64-w64-mingw32-gcc, a GCC compiler binary to allow building for Windows.
1212

1313
On Mac, run the following command.
1414

15-
brew install llvm mingw-w64
15+
brew install llvm lld mingw-w64
1616

1717
If you don't have Homebrew, obtain it from [here](https://brew.sh/) first.
1818

0 commit comments

Comments
 (0)