Skip to content

Commit

Permalink
fix local builds unable to link against zmq
Browse files Browse the repository at this point in the history
Signed-off-by: mwrock <[email protected]>
  • Loading branch information
mwrock committed Apr 2, 2020
1 parent f6b6a53 commit a05773b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .expeditor/scripts/verify/shared.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function Initialize-Environment {
$env:PATH = New-PathString -StartingPath $env:PATH -Path "$protobufDir\bin;$zeromqDir\bin;$libarchiveDir\bin;$libsodiumDir\bin;$zlibDir\bin;$xzDir\bin;$opensslDir\bin"

$vsDir = & hab pkg path core/visual-cpp-build-tools-2015
$env:LIB = (Get-Content "$vsDir\LIB_DIRS")
$env:LIB = "$(Get-Content "$vsDir\LIB_DIRS");$env:LIBZMQ_PREFIX\lib"
$env:INCLUDE = (Get-Content "$vsDir\INCLUDE_DIRS")
$env:PATH = New-PathString -StartingPath $env:PATH -Path (Get-Content "$vsDir\PATH")
}
Expand Down

0 comments on commit a05773b

Please sign in to comment.