Changeset 536bf70


Ignore:
Timestamp:
Oct 24, 2015, 8:37:24 PM (9 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:
094a8be
Parents:
e330033
Message:

wscript: fix variable name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    re330033 r536bf70  
    131131        MINSDKVER="6.1"
    132132        ctx.env.CFLAGS += ['-std=c99']
    133         if (ctx.options.enable_audio_unit != False):
     133        if (ctx.options.enable_apple_audio != False):
    134134            ctx.define('HAVE_AUDIO_UNIT', 1)
    135135            #ctx.env.FRAMEWORK += ['CoreFoundation', 'AudioToolbox']
Note: See TracChangeset for help on using the changeset viewer.