Changeset d81cae3


Ignore:
Timestamp:
Jul 15, 2012, 11:08:58 PM (12 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
d6001bf
Parents:
ab59067
Message:

wscript: remove cxx test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rab59067 rd81cae3  
    5353      help='set target platform for cross-compilation', dest='target_platform')
    5454  ctx.load('compiler_c')
    55   ctx.load('compiler_cxx')
    5655  ctx.load('gnu_dirs')
    5756  ctx.load('waf_unit_test')
     
    6059  import Options
    6160  ctx.check_tool('compiler_c')
    62   ctx.check_tool('compiler_cxx')
    6361  ctx.check_tool('gnu_dirs') # helpful for autotools transition and .pc generation
    64   #ctx.check_tool('misc') # needed for subst
    6562  ctx.load('waf_unit_test')
    6663  ctx.env.CFLAGS = ['-g']
Note: See TracChangeset for help on using the changeset viewer.