File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ The paths are automatically configured and no other options are needed.
4949
5050#### For macOS cross compilation
5151
52- sudo apt-get install g++ zip
52+ apt install clang lld llvm g++ zip
5353
54- Note: You must obtain the macOS SDK before proceeding with a cross-compile.
55- Under the depends directory, create a subdirectory named ` SDKs ` .
56- Then, place the extracted SDK under this new directory.
54+ Clang 18 or later is required. You must also obtain the macOS SDK before
55+ proceeding with a cross-compile. Under the depends directory, create a
56+ subdirectory named ` SDKs ` . Then, place the extracted SDK under this new directory.
5757For more information, see [ SDK Extraction] ( ../contrib/macdeploy/README.md#sdk-extraction ) .
5858
5959#### For Win64 cross compilation
You can’t perform that action at this time.
0 commit comments