scons: Fix MinGW cross compilation with LLVM 5.0.
authorJose Fonseca <jfonseca@vmware.com>
Fri, 1 Jun 2018 18:57:31 +0000 (19:57 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Sat, 2 Jun 2018 08:58:50 +0000 (09:58 +0100)
commit8841c2cda51d86eafb855295e61810627a0a8bfe
treeab021753d3ab6f862233ef5a631e73b7ec4827dd
parent64e619674e9b6b9c8101353cd8cda6e064d84199
scons: Fix MinGW cross compilation with LLVM 5.0.

LLVM 5.0 requires additional Win32 libraries, and MinGW with pthreads.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
scons/llvm.py