From 0cf54f355793c26358a90a7fb27ee655bf001df5 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Mon, 18 Dec 2017 13:30:57 -0800 Subject: [PATCH] [waf] Fix ./waf configure --bundled-clang=5.0.0 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 99c33b2b..701ced86 100644 --- a/wscript +++ b/wscript @@ -171,7 +171,7 @@ def configure(ctx): ctx.check_cxx(msg='Checking for library clang', lib=libname('clang'), uselib_store='clang', includes=includes, libpath=libpath) else: - global CLANG_TARBALL_NAME + global CLANG_TARBALL_NAME, CLANG_TARBALL_EXT # TODO Remove these after dropping clang 4 (after we figure out how to index Chrome) if ctx.options.bundled_clang[0] == '4':