mirror of
https://github.com/amnezia-vpn/openvpn3.git
synced 2026-05-17 00:16:12 +03: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 commite9e49239cefor build-vcpkg script. Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com> (cherry picked from commit1f5aa58223)
This commit is contained in:
committed by
Yuriy Darnobyt
parent
a830d1e09c
commit
38ef9f2786
@@ -45,6 +45,10 @@
|
||||
"value": "ON",
|
||||
"type": "BOOL"
|
||||
},
|
||||
"VCPKG_APPLOCAL_DEPS": {
|
||||
"value": "OFF",
|
||||
"type": "BOOL"
|
||||
},
|
||||
"VCPKG_MANIFEST_DIR": "${sourceDir}/deps/vcpkg_manifests/mingw"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user