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.
49
49
50
50
#### For macOS cross compilation
51
51
52
- sudo apt-get install g++ zip
52
+ apt install clang lld llvm g++ zip
53
53
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.
57
57
For more information, see [ SDK Extraction] ( ../contrib/macdeploy/README.md#sdk-extraction ) .
58
58
59
59
#### For Win64 cross compilation
You can’t perform that action at this time.
0 commit comments