Checks the required compiler otherwise prints an error message and exits program

This commit is contained in:
Vsevolod Livinskij
2013-03-29 18:42:02 +04:00
parent 2960479095
commit 9e0425e824

View File

@@ -6,7 +6,6 @@ from optparse import OptionParser
import multiprocessing import multiprocessing
from ctypes import c_int from ctypes import c_int
import os import os
import os.path
import sys import sys
import glob import glob
import re import re
@@ -17,6 +16,7 @@ import subprocess
import shlex import shlex
import platform import platform
import tempfile import tempfile
import os.path
# disable fancy error/warning printing with ANSI colors, so grepping for error # disable fancy error/warning printing with ANSI colors, so grepping for error
# messages doesn't get confused # messages doesn't get confused