Changeset 004b431 for wscript


Ignore:
Timestamp:
Jul 21, 2016, 1:38:01 AM (8 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:
ea7428a
Parents:
288c193
Message:

wscript: update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r288c193 r004b431  
    1010# have Python installed, you do *not* need to install anything to build aubio.
    1111# For more info about waf, see http://code.google.com/p/waf/ .
     12
     13import sys
    1214
    1315APPNAME = 'aubio'
     
    112114    ctx.check(header_name='unistd.h', mandatory = False)
    113115
    114     target_platform = Options.platform
     116    target_platform = sys.platform
    115117    if ctx.options.target_platform:
    116118        target_platform = ctx.options.target_platform
     
    360362        bld( name = 'doxygen', rule = 'doxygen ${SRC} > /dev/null',
    361363                source = 'doc/web.cfg',
    362                 cwd = 'doc')
     364                cwd = bld.path.find_dir('doc'))
    363365        bld.install_files( '${PREFIX}' + '/share/doc/libaubio-doc',
    364366                bld.path.ant_glob('doc/web/html/**'),
Note: See TracChangeset for help on using the changeset viewer.