From b321fb5d3d6b3c2855c2fcc049c6f3b8fb13a7a8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 15 Feb 2019 22:24:54 +0100 Subject: WIP: Port to LLVM7 --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 6d950da..dc1e918 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.5', - args = '--cppflags --ldflags --libs --system-libs core jit native codegen ipo', + path = 'llvm-config', + args = '--cppflags --ldflags --libs --system-libs core native codegen ipo', package = '', uselib_store = 'LLVM') -- cgit v1.2.1