Changeset 488381e for wscript


Ignore:
Timestamp:
Dec 11, 2016, 2:01:26 AM (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, yinfft+
Children:
ced47c7
Parents:
5b52a54
Message:

wscript: fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r5b52a54 r488381e  
    160160            ctx.msg('Checking for Accelerate framework', 'yes')
    161161        else:
    162             ctx.msg('Checking for AudioToolbox framework', 'no (disabled)', color = 'YELLOW')
     162            ctx.msg('Checking for Accelerate framework', 'no (disabled)', color = 'YELLOW')
    163163
    164164    if target_platform in [ 'ios', 'iosimulator' ]:
Note: See TracChangeset for help on using the changeset viewer.