Changeset 947bbd3 for wscript


Ignore:
Timestamp:
Feb 10, 2013, 9:10:01 PM (11 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:
f4296dd
Parents:
de836fd (diff), f360ad8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'develop' of aubio.org:/git/aubio/aubio into develop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rde836fd r947bbd3  
    198198  bld.recurse('src examples')
    199199  from waflib import Options
    200   import sys
    201   if Options.platform == sys.platform: bld.recurse('tests')
     200  if Options.platform != 'ios': bld.recurse('tests')
    202201
    203202  """
Note: See TracChangeset for help on using the changeset viewer.