diff options
author | fanquake <fanquake@gmail.com> | 2023-11-15 17:05:05 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-11-23 17:52:38 +0000 |
commit | 0ffcc5b680b92cf921fc11afb05e4a3607572d41 (patch) | |
tree | d628cabd6c80185a04d47291a25b2eaf23accd18 /depends | |
parent | 930bcfd4cd2c9f95abb4e202d78b257611e97f33 (diff) |
ci: remove python3-setuptools from mac build deps
Diffstat (limited to 'depends')
-rw-r--r-- | depends/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/README.md b/depends/README.md index 8a964b2577..41b70264c3 100644 --- a/depends/README.md +++ b/depends/README.md @@ -48,7 +48,7 @@ The paths are automatically configured and no other options are needed unless ta #### For macOS cross compilation - sudo apt-get install curl bsdmainutils cmake libz-dev python3-setuptools zip + sudo apt-get install curl bsdmainutils cmake libz-dev zip Note: You must obtain the macOS SDK before proceeding with a cross-compile. Under the depends directory, create a subdirectory named `SDKs`. |