mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
[ps1] Add missing "include"
This commit is contained in:
parent
8bb28d0de4
commit
8347101e63
@ -5,6 +5,7 @@ param(
|
|||||||
)
|
)
|
||||||
Set-StrictMode -Version Latest
|
Set-StrictMode -Version Latest
|
||||||
$scriptsDir = split-path -parent $script:MyInvocation.MyCommand.Definition
|
$scriptsDir = split-path -parent $script:MyInvocation.MyCommand.Definition
|
||||||
|
. "$scriptsDir\VcpkgPowershellUtils.ps1"
|
||||||
|
|
||||||
$vcpkgRootDir = $scriptsDir
|
$vcpkgRootDir = $scriptsDir
|
||||||
$withVSPath = $withVSPath -replace "\\$" # Remove potential trailing backslash
|
$withVSPath = $withVSPath -replace "\\$" # Remove potential trailing backslash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user