Changeset 7e9c67d


Ignore:
Timestamp:
May 2, 2016, 3:33:02 PM (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:
3bf80b9
Parents:
36e95674
Message:

tests/wscript_build: link against libaubio

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/wscript_build

    r36e95674 r7e9c67d  
    11# vim:set syntax=python:
    22
    3 lib = 'm' if 'CL.exe' not in ctx.env.CC[0] else None
     3lib = ['aubio']
     4lib += ['m'] if 'CL.exe' not in ctx.env.CC[0] else []
     5
    46cflags = ['-g'] if 'CL.exe' not in ctx.env.CC[0] else None
    57
Note: See TracChangeset for help on using the changeset viewer.