From 502547269515fa6ee453b97b193338f6df96df9c Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 23 Mar 2017 18:01:48 +0100 Subject: [PATCH] wscript: remove unused defines for now --- wscript | 7 ------- 1 file changed, 7 deletions(-) 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: -- 2.11.0