Skip to content

Commit c177a43

Browse files
committed
Add --debug to vcpkg install to help with problems.
1 parent e27f67b commit c177a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ if test "x$VCPKG_TRIPLET" != "x" ; then
9292
./vcpkg/bootstrap-vcpkg.sh -disableMetrics
9393
fi
9494

95-
./vcpkg/vcpkg install --triplet=$VCPKG_TRIPLET
95+
./vcpkg/vcpkg install --triplet=$VCPKG_TRIPLET --debug
9696

9797
VCPKG_INSTALLED=`pwd`/vcpkg_installed/$VCPKG_TRIPLET
9898
AC_SUBST(VCPKG_INSTALLED)

0 commit comments

Comments
 (0)