Changeset 0c77921 for src


Ignore:
Timestamp:
Oct 15, 2013, 7:06:38 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:
c0fe2a9
Parents:
4084cd8
Message:

src/wscript_build: add ios simulator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/wscript_build

    r4084cd8 r0c77921  
    1212# build libaubio
    1313from waflib import Options
    14 if Options.platform == 'ios':
     14if Options.platform in ['ios', 'iosimulator']:
    1515    build_lib_func = ctx.stlib
    1616else:
Note: See TracChangeset for help on using the changeset viewer.