8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Remove vcpkg --debug option.

This commit is contained in:
Adriano dos Santos Fernandes 2024-12-04 19:56:43 -03:00
parent 1f1f1f85d1
commit 075c9e37df

View File

@ -92,7 +92,7 @@ if test "x$VCPKG_TRIPLET" != "x" ; then
./vcpkg/bootstrap-vcpkg.sh -disableMetrics
fi
./vcpkg/vcpkg install --triplet=$VCPKG_TRIPLET --debug
./vcpkg/vcpkg install --triplet=$VCPKG_TRIPLET
VCPKG_INSTALLED=`pwd`/vcpkg_installed/$VCPKG_TRIPLET
AC_SUBST(VCPKG_INSTALLED)