mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
more parameter issues
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
a07b459fdf
commit
cba449b75e
4 changed files with 6 additions and 2 deletions
|
@ -100,7 +100,7 @@ def mk_build_dirs():
|
|||
def check_vc_cmd_prompt():
|
||||
try:
|
||||
DEVNULL = open(os.devnull, 'wb')
|
||||
subprocess.call(['cl'], stdin=DEVNULL, stderr=DEVNULL)
|
||||
subprocess.call(['cl'], stdout=DEVNULL, stderr=DEVNULL)
|
||||
except:
|
||||
raise MKException("You must execute the mk_win_dist.py script on a Visual Studio Command Prompt")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue