mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Remove 'Release' config argument
This commit is contained in:
parent
90233c965f
commit
35c257c019
@ -19,7 +19,7 @@ add_executable(grpc_node_plugin
|
||||
)
|
||||
|
||||
if (MSVC)
|
||||
add_definitions(/MT)
|
||||
add_definitions(/MTd)
|
||||
endif (MSVC)
|
||||
|
||||
target_include_directories(grpc_node_plugin
|
||||
|
||||
@ -33,11 +33,11 @@ foreach ($Arch in $ArchList) {
|
||||
$Generator = "Visual Studio 14 2015"
|
||||
}
|
||||
|
||||
& cmake.exe . --config Release
|
||||
& cmake.exe .
|
||||
if ($LASTEXITCODE -ne 0) {
|
||||
throw "cmake failed"
|
||||
}
|
||||
& cmake.exe --build . --config Release
|
||||
& cmake.exe --build .
|
||||
if ($LASTEXITCODE -ne 0) {
|
||||
throw "cmake build failed"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user