aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-01-05 22:27:40 +0000
committerDavid Robillard <d@drobilla.net>2015-01-05 22:27:40 +0000
commit65f1c1e1980794b015752ee821abbb6f7fba7c1b (patch)
treedb3006b858ef5b786717220be36e60dd5caa0852 /wscript
parent3eca931da4d323d4cb2d15ff2af4b0388ea510eb (diff)
downloadresp-65f1c1e1980794b015752ee821abbb6f7fba7c1b.tar.gz
resp-65f1c1e1980794b015752ee821abbb6f7fba7c1b.tar.bz2
resp-65f1c1e1980794b015752ee821abbb6f7fba7c1b.zip
Update to LLVM 3.5.
git-svn-id: http://svn.drobilla.net/resp/trunk@456 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index 37afee0..81f4604 100644
--- a/wscript
+++ b/wscript
@@ -43,8 +43,8 @@ def configure(conf):
conf.env.append_unique('CXXFLAGS', '-std=c++11')
conf.check_cfg(
- path = 'llvm-config-3.4',
- args = '--cppflags --ldflags --libs core jit native codegen ipo',
+ path = 'llvm-config-3.5',
+ args = '--cppflags --ldflags --libs --system-libs core jit native codegen ipo',
package = '',
uselib_store = 'LLVM')