windows: fix vcbuild.bat issue
gyp_uv was complaining because it never receives a value for which type of library to build (static vs shared). This makes vcbuild.bat set the default to build a static library.
This commit is contained in:
parent
5bfb7c917b
commit
8afd71a128
@ -20,6 +20,7 @@ set run=
|
||||
set target_arch=ia32
|
||||
set vs_toolset=x86
|
||||
set platform=WIN32
|
||||
set library=static_library
|
||||
|
||||
:next-arg
|
||||
if "%1"=="" goto args-done
|
||||
|
||||
Loading…
Reference in New Issue
Block a user