Changeset 5025472
- Timestamp:
- Mar 23, 2017, 6:01:48 PM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
r27fdf81 r5025472 123 123 ctx.env['DEST_OS'] = target_platform 124 124 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 132 125 if ctx.options.build_type == "debug": 133 126 ctx.define('DEBUG', 1)
Note: See TracChangeset
for help on using the changeset viewer.