Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yowl committed Nov 25, 2020
1 parent 287d207 commit 641b281
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/libraries/Native/build-native.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -161,20 +161,17 @@ set __generatorArgs=
if [%__Ninja%] == [1] (
set __generatorArgs=
) else if [%__BuildArch%] == [wasm] (
rem nmake does support -j
rem nmake does support -j
set __generatorArgs=
rem set __generatorArgs=-j
) else (
set __generatorArgs=/p:Platform=%__BuildArch% /p:PlatformToolset="%__PlatformToolset%" -noWarn:MSB8065
)

echo "calling --build --target install"
call "%CMakePath%" --build "%__IntermediatesDir%" --target install --config %CMAKE_BUILD_TYPE% -- %__generatorArgs%
IF ERRORLEVEL 1 (
goto :Failure
)

echo Done building Native components
exit /B 0

:Failure
Expand Down

0 comments on commit 641b281

Please sign in to comment.