File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export LC_ALL=C.UTF-8
88
99export CONTAINER_NAME=ci_macos_cross
1010export HOST=x86_64-apple-darwin
11- export PACKAGES=" cmake libz-dev zip"
11+ export PACKAGES=" cmake zip"
1212export XCODE_VERSION=15.0
1313export XCODE_BUILD_ID=15A240d
1414export RUN_UNIT_TESTS=false
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ The paths are automatically configured and no other options are needed unless ta
4747
4848#### For macOS cross compilation
4949
50- sudo apt-get install curl bsdmainutils cmake libz-dev zip
50+ sudo apt-get install curl bsdmainutils cmake zip
5151
5252Note: You must obtain the macOS SDK before proceeding with a cross-compile.
5353Under the depends directory, create a subdirectory named ` SDKs ` .
You can’t perform that action at this time.
0 commit comments