From: Paul Brossier Date: Sun, 15 Jul 2012 21:08:58 +0000 (-0600) Subject: wscript: remove cxx test X-Git-Tag: 0.4.0-beta1~346^2~7 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=d81cae38636cdd6a7d5c7d797fb02c15b083adf8;p=aubio.git wscript: remove cxx test --- 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']