mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 01:55:20 +00:00
build: remove PRODUCT_MOBILE_CORE reference and pinning v140 compiler tools (#4482)
This commit is contained in:
parent
c7e571e5c3
commit
34b787122f
@ -67,7 +67,6 @@ const std::map<DWORD, std::string> kOsVersion = {
|
||||
"Windows Essential Business Server Messaging Server"},
|
||||
{PRODUCT_MEDIUMBUSINESS_SERVER_SECURITY,
|
||||
"Windows Essential Business Server Security Server"},
|
||||
{PRODUCT_MOBILE_CORE, "Windows 10 Mobile"},
|
||||
{PRODUCT_MULTIPOINT_PREMIUM_SERVER,
|
||||
"Windows MultiPoint Server Premium (full installation)"},
|
||||
{PRODUCT_MULTIPOINT_STANDARD_SERVER,
|
||||
|
@ -70,6 +70,7 @@ function Invoke-OsqueryCmake {
|
||||
$cmake = (Get-Command 'cmake').Source
|
||||
$cmakeArgs = @(
|
||||
'-G "Visual Studio 14 2015 Win64"',
|
||||
'-T v140',
|
||||
'../../'
|
||||
)
|
||||
$null = Start-OsqueryProcess $cmake $cmakeArgs $false
|
||||
|
Loading…
Reference in New Issue
Block a user