File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
vcpkg-custom/registry/ports/libcxx/19.1.1_0 Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 55SOURCE_PATH=@SOURCE_PATH@
66INSTALL_PREFIX=@INSTALL_PREFIX@
77
8- export MACOSX_DEPLOYMENT_TARGET=12.7
8+ export MACOSX_DEPLOYMENT_TARGET=10.9
99
1010cmake -G Ninja -S $SOURCE_PATH /llvm \
1111 -DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX \
You can’t perform that action at this time.
0 commit comments