Skip to content

Commit 41d5b76

Browse files
committed
Temporary display content of vcpkg error files to see problem with macos intel build
1 parent 75f45b1 commit 41d5b76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ 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
9698

9799
VCPKG_INSTALLED=`pwd`/vcpkg_installed/$VCPKG_TRIPLET
98100
AC_SUBST(VCPKG_INSTALLED)

0 commit comments

Comments
 (0)