Skip to content

Commit

Permalink
Include vcruntime140_1.dll as a dependency (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
willholen authored Jul 31, 2020
1 parent 2783846 commit c5418d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ jobs:
# Include MSVC++ 2015 redistributables
Copy-Item -Path "c:\windows\system32\msvcp140.dll" -Destination "deps"
Copy-Item -Path "c:\windows\system32\vcruntime140.dll" -Destination "deps"
Copy-Item -Path "c:\windows\system32\vcruntime140_1.dll" -Destination "deps"
- run:
name: Build Hermes for Windows
Expand Down

0 comments on commit c5418d4

Please sign in to comment.