Changeset 5025472


Ignore:
Timestamp:
Mar 23, 2017, 6:01:48 PM (7 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, sampler
Children:
7b9b6ba
Parents:
27fdf81
Message:

wscript: remove unused defines for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r27fdf81 r5025472  
    123123    ctx.env['DEST_OS'] = target_platform
    124124
    125     version_dict = get_version_info();
    126     ctx.define('AUBIO_VERSION',VERSION)
    127     ctx.define('AUBIO_MAJOR_VERSION', version_dict['AUBIO_MAJOR_VERSION'])
    128     ctx.define('AUBIO_MINOR_VERSION', version_dict['AUBIO_MINOR_VERSION'])
    129     ctx.define('AUBIO_PATCH_VERSION', version_dict['AUBIO_PATCH_VERSION'])
    130     ctx.define('AUBIO_VERSION_STATUS', version_dict['AUBIO_VERSION_STATUS'])
    131    
    132125    if ctx.options.build_type == "debug":
    133126        ctx.define('DEBUG', 1)
Note: See TracChangeset for help on using the changeset viewer.