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 @@ -11,7 +11,7 @@ export SDK_URL=${SDK_URL:-https://bitcoincore.org/depends-sources/sdks}
11
11
export CONTAINER_NAME=ci_macos_cross
12
12
export CI_IMAGE_NAME_TAG=" docker.io/ubuntu:22.04"
13
13
export HOST=x86_64-apple-darwin
14
- export PACKAGES=" cmake libz-dev python3-setuptools zip"
14
+ export PACKAGES=" cmake libz-dev zip"
15
15
export XCODE_VERSION=12.2
16
16
export XCODE_BUILD_ID=12B45b
17
17
export RUN_UNIT_TESTS=false
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ The paths are automatically configured and no other options are needed unless ta
48
48
49
49
#### For macOS cross compilation
50
50
51
- sudo apt-get install curl bsdmainutils cmake libz-dev python3-setuptools zip
51
+ sudo apt-get install curl bsdmainutils cmake libz-dev zip
52
52
53
53
Note: You must obtain the macOS SDK before proceeding with a cross-compile.
54
54
Under the depends directory, create a subdirectory named ` SDKs ` .
You can’t perform that action at this time.
0 commit comments