Fix setup_vs call
This commit is contained in:
parent
a438a1cfa0
commit
2a98960a94
@ -1652,7 +1652,7 @@ def main(argv=None):
|
|||||||
temp_dir = tempfile.mkdtemp()
|
temp_dir = tempfile.mkdtemp()
|
||||||
|
|
||||||
if (opts.lua or opts.luajit) and os.name == "nt" and argv is None and using_cl():
|
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()
|
start_dir = os.getcwd()
|
||||||
opts.location = os.path.abspath(opts.location)
|
opts.location = os.path.abspath(opts.location)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user