mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 14:18:42 +01:00
added explicity vs2017 argument
To build with VS2017 you need to explicitly add a vs2017 argument
This commit is contained in:
@ -47,7 +47,7 @@ def build_libuv_linux(arch):
|
||||
|
||||
|
||||
def build_libuv_windows(arch):
|
||||
args = ["cmd", "/c", "vcbuild.bat", "release"]
|
||||
args = ["cmd", "/c", "vcbuild.bat", "release", "vs2017"]
|
||||
if arch == "-32":
|
||||
args.append("x86")
|
||||
elif arch == "-64":
|
||||
|
||||
Reference in New Issue
Block a user