Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/wscript_build

    r0318cc1 rc52b483  
    1313  bld.program(features = 'c cprogram',
    1414      includes = '../src',
    15       use = ['aubio', 'FFTW3F', 'FFTW3', 'SNDFILE', 'JACK', 'LASH', 'SAMPLERATE', 'utilsio'],
     15      lib = 'm',
     16      use = ['aubio', 'utilsio'],
    1617      source = str(source_file),
    1718      target = str(source_file).split('.')[0]
Note: See TracChangeset for help on using the changeset viewer.