mirror of
https://github.com/amnezia-vpn/openvpn3.git
synced 2026-05-17 00:16:12 +03:00
mingw: disable VCPKG_APPLOCAL_DEPS in build-vcpkg
We do not want to force a dependency on powershell. Copying the right dlls is rather trivial. Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
This commit is contained in:
@@ -33,6 +33,7 @@ build_core()
|
||||
|
||||
cmake -D CMAKE_TOOLCHAIN_FILE="${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake" \
|
||||
-D VCPKG_TARGET_TRIPLET="$VCPKG_ARCH-mingw-dynamic" \
|
||||
-D VCPKG_APPLOCAL_DEPS=OFF \
|
||||
-D VCPKG_OVERLAY_PORTS="$CORE_DIR/deps/vcpkg-ports" \
|
||||
-D CMAKE_C_COMPILER="$ARCH-$CMAKE_C_COMPILER" \
|
||||
-D CMAKE_CXX_COMPILER="$ARCH-$CMAKE_CXX_COMPILER" \
|
||||
|
||||
Reference in New Issue
Block a user