Changeset cdd24f0


Ignore:
Timestamp:
Oct 16, 2013, 1:22:55 AM (10 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:
f4aa258
Parents:
7c07af2
Message:

{examples,tests}/wscript_build: add -lm

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • examples/wscript_build

    r7c07af2 rcdd24f0  
    1313  bld.program(features = 'c cprogram',
    1414      includes = '../src',
     15      lib = 'm',
    1516      use = ['aubio', 'FFTW3F', 'FFTW3', 'SNDFILE', 'JACK', 'LASH', 'SAMPLERATE', 'utilsio'],
    1617      source = str(source_file),
  • tests/wscript_build

    r7c07af2 rcdd24f0  
    1111
    1212  bld(features = 'c cprogram test',
     13      lib = 'm',
    1314      uselib = uselib,
    1415      source = [target_name] + extra_source,
Note: See TracChangeset for help on using the changeset viewer.