diff options
author | fanquake <fanquake@gmail.com> | 2023-11-30 15:17:19 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-11-30 15:17:19 +0000 |
commit | 97d53e90badc01224139a4a4356b934f338568d4 (patch) | |
tree | ad8b1f6edd019a240c7ce9a7bc274e69875b4f29 /depends | |
parent | cdb772313c037fd71c7dff6f0801a4de93cf0d26 (diff) |
ci: remove libz-dev from macOS build deps
Remove no-longer used libz-dev (from DMG compression).
Followup to #28432.
Missed this in #28932.
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 41b70264c3..a2e05ab1e8 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 zip + sudo apt-get install curl bsdmainutils cmake zip Note: You must obtain the macOS SDK before proceeding with a cross-compile. Under the depends directory, create a subdirectory named `SDKs`. |