0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00

mingw: disable VCPKG_APPLOCAL_DEPS in mingw presets

We do not want to force a dependency on powershell.
Copying the right dlls is rather trivial.

Same change as commit commit e9e49239ce
for build-vcpkg script.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
This commit is contained in:
Frank Lichtenheld 2023-03-01 10:30:38 +01:00
parent d7b3419f8e
commit 1f5aa58223

View File

@ -45,6 +45,10 @@
"value": "ON",
"type": "BOOL"
},
"VCPKG_APPLOCAL_DEPS": {
"value": "OFF",
"type": "BOOL"
},
"VCPKG_MANIFEST_DIR": "${sourceDir}/deps/vcpkg_manifests/mingw"
}
},