File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
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 DOCKER_NAME_TAG=ubuntu:20.04
11
- export HOST=x86_64-apple-darwin18
11
+ export HOST=x86_64-apple-darwin
12
12
export PACKAGES=" cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools libtinfo5 python3-dev python3-setuptools xorriso"
13
13
export XCODE_VERSION=12.1
14
14
export XCODE_BUILD_ID=12A7403
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 DOCKER_NAME_TAG=ubuntu:20.04 # Check that Focal can cross-compile to macos
11
- export HOST=x86_64-apple-darwin18
11
+ export HOST=x86_64-apple-darwin
12
12
export PACKAGES=" cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools libtinfo5 python3-dev python3-setuptools xorriso"
13
13
export XCODE_VERSION=12.1
14
14
export XCODE_BUILD_ID=12A7403
Original file line number Diff line number Diff line change 6
6
7
7
export LC_ALL=C.UTF-8
8
8
9
- export HOST=x86_64-apple-darwin18
9
+ export HOST=x86_64-apple-darwin
10
10
export GOAL=" install"
11
11
# We run the contrib/install_db4.sh script rather than installing the
12
12
# Homebrew berkeley-db4 formula to add the Berkeley DB 4.8 dependency
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ the depends directory and deploy the .dmg:
57
57
58
58
``` bash
59
59
cd depends
60
- make HOST=x86_64-apple-darwin18
60
+ make HOST=x86_64-apple-darwin
61
61
cd ..
62
62
./autogen.sh # not required when building from tarball
63
- CONFIG_SITE=$PWD /depends/x86_64-apple-darwin18 /share/config.site ./configure --prefix=/
63
+ CONFIG_SITE=$PWD /depends/x86_64-apple-darwin /share/config.site ./configure --prefix=/
64
64
make
65
65
make deploy
66
66
```
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Common `host-platform-triplets` for cross compilation are:
22
22
23
23
- ` i686-w64-mingw32 ` for Win32
24
24
- ` x86_64-w64-mingw32 ` for Win64
25
- - ` x86_64-apple-darwin18 ` for macOS
25
+ - ` x86_64-apple-darwin ` for macOS
26
26
- ` arm-linux-gnueabihf ` for Linux ARM 32 bit
27
27
- ` aarch64-linux-gnu ` for Linux ARM 64 bit
28
28
You can’t perform that action at this time.
0 commit comments