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
8
8
9
9
export CONTAINER_NAME=ci_macos_cross
10
10
export HOST=x86_64-apple-darwin
11
- export PACKAGES=" cmake libz-dev python3-setuptools zip"
11
+ export PACKAGES=" cmake libz-dev zip"
12
12
export XCODE_VERSION=15.0
13
13
export XCODE_BUILD_ID=15A240d
14
14
export 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
47
47
48
48
#### For macOS cross compilation
49
49
50
- sudo apt-get install curl bsdmainutils cmake libz-dev python3-setuptools zip
50
+ sudo apt-get install curl bsdmainutils cmake libz-dev zip
51
51
52
52
Note: You must obtain the macOS SDK before proceeding with a cross-compile.
53
53
Under the depends directory, create a subdirectory named ` SDKs ` .
You can’t perform that action at this time.
0 commit comments