File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ for flavour in darwin-x64 darwin-arm64v8; do
46
46
export PKG_CONFIG=" $( brew --prefix) /bin/pkg-config --static"
47
47
48
48
# Earliest supported version of macOS
49
- export MACOSX_DEPLOYMENT_TARGET=" 10.13 "
49
+ export MACOSX_DEPLOYMENT_TARGET=" 10.15 "
50
50
51
51
# Added -fno-stack-check to workaround a stack misalignment bug on macOS 10.15
52
52
# See:
Original file line number Diff line number Diff line change 203
203
mkdir ${DEPS} /zlib-ng
204
204
$CURL https://github.com/zlib-ng/zlib-ng/archive/${VERSION_ZLIB_NG} .tar.gz | tar xzC ${DEPS} /zlib-ng --strip-components=1
205
205
cd ${DEPS} /zlib-ng
206
- if [ " $MACOSX_DEPLOYMENT_TARGET " = " 10.13" ]; then
207
- sed -i' .bak' " /-DHAVE_ALIGNED_ALLOC/d" CMakeLists.txt
208
- fi
209
206
CFLAGS=" ${CFLAGS} -O3" cmake -G" Unix Makefiles" \
210
207
-DCMAKE_TOOLCHAIN_FILE=${ROOT} /Toolchain.cmake -DCMAKE_INSTALL_PREFIX=${TARGET} -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release \
211
208
-DBUILD_SHARED_LIBS=FALSE -DZLIB_COMPAT=TRUE -DWITH_ARMV6=FALSE
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ SET(CMAKE_C_COMPILER clang)
2
2
SET (CMAKE_CXX_COMPILER clang++)
3
3
4
4
# Earliest supported version of macOS
5
- SET (CMAKE_OSX_DEPLOYMENT_TARGET 10.13 )
5
+ SET (CMAKE_OSX_DEPLOYMENT_TARGET 10.15 )
6
6
7
7
set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
8
8
set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
You can’t perform that action at this time.
0 commit comments