From 3d1af78fdc4319b04f9cf324106f127b498b962d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 25 Aug 2011 15:14:37 -0600 Subject: [PATCH] scons: add more LIBS for compiling with LLVM 2.9 on Windows These extra libs shouldn't hurt with LLVM 2.8 or older. --- scons/llvm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scons/llvm.py b/scons/llvm.py index c8d2d372e4a..57fe922d0ae 100644 --- a/scons/llvm.py +++ b/scons/llvm.py @@ -135,6 +135,8 @@ def generate(env): env.Append(LIBS = [ 'imagehlp', 'psapi', + 'shell32', + 'advapi32' ]) if env['msvc']: # Some of the LLVM C headers use the inline keyword without -- 2.30.2