diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-09-15 13:46:39 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-09-15 13:47:50 +0100 |
commit | a128111c29ba0c31763ccbcd316268bfa9c029cd (patch) | |
tree | a278bc2ad5f11b9a5f947e6cf8241534f3a7f8d8 /depends | |
parent | c38561d6b1de954b712a92cb8a198ed42d73caea (diff) |
build: produce a .zip for macOS distribution
Instead of a .dmg.
Co-authored-by: fanquake <fanquake@gmail.com>
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 b5992a3fef..75750aff21 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 xorriso + sudo apt-get install curl bsdmainutils cmake libz-dev python3-setuptools xorriso zip Note: You must obtain the macOS SDK before proceeding with a cross-compile. Under the depends directory, create a subdirectory named `SDKs`. |