Skip to content

Commit

Permalink
(build:windows) target VS2017
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Nov 6, 2017
1 parent 11173ef commit b88aaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libuv/ext/tasks/win.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Dir.chdir("ext/libuv") do |path|
system 'git', 'clone', 'https://chromium.googlesource.com/external/gyp', 'build/gyp'
system 'vcbuild.bat', 'shared', 'release', target_arch
system 'vcbuild.bat', 'vs2017', 'shared', 'release', target_arch
end
end

Expand Down

0 comments on commit b88aaba

Please sign in to comment.