File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 63
63
- name : Set extra env
64
64
run : |
65
65
if [ "macos-latest" == "${{ matrix.os }}" ]; then echo "TRAVIS_OS_NAME=osx" >> $GITHUB_ENV; else echo "TRAVIS_OS_NAME=${{ matrix.os }}" >> $GITHUB_ENV; fi
66
+ if [ "macos-latest" == "${{ matrix.os }}" ]; then echo "LDFLAGS=-L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib" >> $GITHUB_ENV; fi
66
67
echo "DOCKER_TEST_IMAGE=$(echo multibuild/xenial_${{ matrix.PLAT}})" >> $GITHUB_ENV;
67
68
- name : Print some Environment variable
68
69
run : |
77
78
run : |
78
79
if [[ "$PLAT" == "arm64" ]]; then
79
80
sudo xcode-select -switch /Applications/Xcode_12.5.1.app
80
- export SDKROOT=/Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0 .sdk
81
+ export SDKROOT=/Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3 .sdk
81
82
fi
82
83
source travis-ci/build_steps.sh
83
84
echo "------ BEFORE BUILD ---------"
You can’t perform that action at this time.
0 commit comments