scons: For MinGW use -posix flag.
Signed-off-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
@@ -123,7 +123,7 @@ def generate(env):
|
|||||||
if env['platform'] == 'windows' and env['crosscompile']:
|
if env['platform'] == 'windows' and env['crosscompile']:
|
||||||
# LLVM 5.0 requires MinGW w/ pthreads due to use of std::thread and friends.
|
# LLVM 5.0 requires MinGW w/ pthreads due to use of std::thread and friends.
|
||||||
assert env['gcc']
|
assert env['gcc']
|
||||||
env['CXX'] = env['CXX'] + '-posix'
|
env.AppendUnique(CXXFLAGS = ['-posix'])
|
||||||
elif llvm_version >= distutils.version.LooseVersion('4.0'):
|
elif llvm_version >= distutils.version.LooseVersion('4.0'):
|
||||||
env.Prepend(LIBS = [
|
env.Prepend(LIBS = [
|
||||||
'LLVMX86Disassembler', 'LLVMX86AsmParser',
|
'LLVMX86Disassembler', 'LLVMX86AsmParser',
|
||||||
|
Reference in New Issue
Block a user