Changeset f4ad83d2


Ignore:
Timestamp:
Apr 23, 2016, 9:21:01 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:
a35db12
Parents:
cb796a3
Message:

examples/wscript_build: no -lm for msvc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/wscript_build

    rcb796a3 rf4ad83d2  
    11# vim:set syntax=python:
     2
     3lib = 'm' if 'CL.exe' not in ctx.env.CC[0] else None
    24
    35uselib = []
     
    2628    bld(features = 'c cprogram',
    2729            includes = '../src',
    28             lib = 'm',
     30            lib = lib,
    2931            use = ['aubio', 'utilsio'],
    3032            uselib = uselib,
Note: See TracChangeset for help on using the changeset viewer.