Changeset 81fe3273


Ignore:
Timestamp:
Feb 28, 2013, 6:59:59 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:
cd6fc5a
Parents:
8f177b7
Message:

wscript: no examples on ios

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r8f177b7 r81fe3273  
    196196
    197197  # add sub directories
    198   bld.recurse('src examples')
     198  bld.recurse('src')
    199199  from waflib import Options
    200   if Options.platform != 'ios': bld.recurse('tests')
     200  if Options.platform != 'ios':
     201      bld.recurse('examples')
     202      bld.recurse('tests')
    201203
    202204  """
Note: See TracChangeset for help on using the changeset viewer.