Skip to content

Commit

Permalink
Make the same change in the other build script
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Jun 14, 2019
1 parent f55b487 commit 46e97f9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ for %%a in (%arch_list%) do (
@rem Try again after removing openssl headers
rmdir "%USERPROFILE%\.node-gyp\%%v\include\node\openssl" /S /Q
rmdir "%USERPROFILE%\.node-gyp\iojs-%%v\include\node\openssl" /S /Q
rmdir "%CSIDL_LOCAL_APPDATA%\node-gyp\cache\%%v\include\node\openssl" \S \Q
rmdir "%CSIDL_LOCAL_APPDATA%\node-gyp\cache\iojs-%%v\include\node\openssl" \S \Q
call .\node_modules\.bin\node-pre-gyp.cmd build package --target=%%v --target_arch=%%a || goto :error

xcopy /Y /I /S build\stage\* %ARTIFACTS_OUT%\ || goto :error
Expand Down

0 comments on commit 46e97f9

Please sign in to comment.