Skip to content

Commit 214a11d

Browse files
committed
Revert MACOSX_DEPLOYMENT_TARGET to 10.9
1 parent 41d5b76 commit 214a11d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,9 @@ jobs:
326326
export PATH="$(brew --prefix python3)/bin:$PATH"
327327
328328
./autogen.sh --with-builtin-tommath --with-builtin-tomcrypt
329+
cat /Users/runner/work/firebird/firebird/vcpkg/buildtrees/libcxx/build-fb-x64-osx-rel-out.log
330+
cat /Users/runner/work/firebird/firebird/vcpkg/buildtrees/libcxx/build-fb-x64-osx-rel-err.log
331+
329332
make -j4
330333
make tests -j4
331334
make run_tests

configure.ac

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ if test "x$VCPKG_TRIPLET" != "x" ; then
9393
fi
9494

9595
./vcpkg/vcpkg install --triplet=$VCPKG_TRIPLET
96-
cat /Users/runner/work/firebird/firebird/vcpkg/buildtrees/libcxx/build-fb-x64-osx-rel-out.log
97-
cat /Users/runner/work/firebird/firebird/vcpkg/buildtrees/libcxx/build-fb-x64-osx-rel-err.log
9896

9997
VCPKG_INSTALLED=`pwd`/vcpkg_installed/$VCPKG_TRIPLET
10098
AC_SUBST(VCPKG_INSTALLED)

vcpkg-custom/registry/ports/libcxx/19.1.1_0/build.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
SOURCE_PATH=@SOURCE_PATH@
66
INSTALL_PREFIX=@INSTALL_PREFIX@
77

8-
export MACOSX_DEPLOYMENT_TARGET=12.7
8+
export MACOSX_DEPLOYMENT_TARGET=10.9
99

1010
cmake -G Ninja -S $SOURCE_PATH/llvm \
1111
-DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX \

0 commit comments

Comments
 (0)