From 3eca931da4d323d4cb2d15ff2af4b0388ea510eb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Jan 2014 06:12:51 +0000 Subject: Update for LLVM 3.4. git-svn-id: http://svn.drobilla.net/resp/trunk@455 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 68b7eb2..37afee0 100644 --- a/wscript +++ b/wscript @@ -43,7 +43,7 @@ def configure(conf): conf.env.append_unique('CXXFLAGS', '-std=c++11') conf.check_cfg( - path = 'llvm-config-3.2', + path = 'llvm-config-3.4', args = '--cppflags --ldflags --libs core jit native codegen ipo', package = '', uselib_store = 'LLVM') -- cgit v1.2.1