We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e5c9f commit 2335e76Copy full SHA for 2335e76
tools/build.ps1
@@ -19,7 +19,7 @@ if (-not (Test-Path $utils)) {
19
function Invoke-OsqueryCmake {
20
$vsinfo = Get-VSInfo
21
$cmake = (Get-Command 'cmake').Source
22
- if ($vsinfo.version -eq '15'){
+ if ($vsinfo.version -eq '15' -and -not (Test-Path env:OSQUERY_BUILD_HOST)){
23
$cmakeArgs = @(
24
'-G "Visual Studio 15 2017 Win64"',
25
'-T v141'
0 commit comments