From: Paul Brossier Date: Thu, 23 Mar 2017 17:01:48 +0000 (+0100) Subject: wscript: remove unused defines for now X-Git-Tag: 0.4.5~45^2~11 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=502547269515fa6ee453b97b193338f6df96df9c;p=aubio.git wscript: remove unused defines for now --- diff --git a/wscript b/wscript index 823d908d..137b3c48 100644 --- a/wscript +++ b/wscript @@ -122,13 +122,6 @@ def configure(ctx): target_platform = ctx.options.target_platform ctx.env['DEST_OS'] = target_platform - version_dict = get_version_info(); - ctx.define('AUBIO_VERSION',VERSION) - ctx.define('AUBIO_MAJOR_VERSION', version_dict['AUBIO_MAJOR_VERSION']) - ctx.define('AUBIO_MINOR_VERSION', version_dict['AUBIO_MINOR_VERSION']) - ctx.define('AUBIO_PATCH_VERSION', version_dict['AUBIO_PATCH_VERSION']) - ctx.define('AUBIO_VERSION_STATUS', version_dict['AUBIO_VERSION_STATUS']) - if ctx.options.build_type == "debug": ctx.define('DEBUG', 1) else: