mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Remove vcpkg --debug option.
This commit is contained in:
parent
1f1f1f85d1
commit
075c9e37df
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user