From 2a98960a94ff3af0dbdfe42c91ff64b45b74bdd3 Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Sun, 1 May 2016 21:08:30 +0300 Subject: [PATCH] Fix setup_vs call --- hererocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hererocks.py b/hererocks.py index 18bf4a2..5c992e4 100755 --- a/hererocks.py +++ b/hererocks.py @@ -1652,7 +1652,7 @@ def main(argv=None): temp_dir = tempfile.mkdtemp() if (opts.lua or opts.luajit) and os.name == "nt" and argv is None and using_cl(): - setup_vs() + setup_vs(opts.target) start_dir = os.getcwd() opts.location = os.path.abspath(opts.location)