From d81cae38636cdd6a7d5c7d797fb02c15b083adf8 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 15 Jul 2012 15:08:58 -0600 Subject: [PATCH] wscript: remove cxx test --- wscript | 3 --- 1 file changed, 3 deletions(-) diff --git a/wscript b/wscript index 3e7dbf29..246c42e2 100644 --- a/wscript +++ b/wscript @@ -52,16 +52,13 @@ def options(ctx): ctx.add_option('--with-target-platform', type='string', help='set target platform for cross-compilation', dest='target_platform') ctx.load('compiler_c') - ctx.load('compiler_cxx') ctx.load('gnu_dirs') ctx.load('waf_unit_test') def configure(ctx): import Options ctx.check_tool('compiler_c') - ctx.check_tool('compiler_cxx') ctx.check_tool('gnu_dirs') # helpful for autotools transition and .pc generation - #ctx.check_tool('misc') # needed for subst ctx.load('waf_unit_test') ctx.env.CFLAGS = ['-g'] -- 2.26.2