Changeset 70a304e


Ignore:
Timestamp:
May 3, 2016, 1:15:16 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:
ae36035
Parents:
55d5612
Message:

wscript: add -lm detection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r55d5612 r70a304e  
    122122        ctx.env.CFLAGS += ['/W4']
    123123
     124    ctx.check_cc(lib='m', uselib_store='M', mandatory=False)
     125
    124126    if target_platform not in ['win32', 'win64']:
    125127        ctx.env.CFLAGS += ['-fPIC']
Note: See TracChangeset for help on using the changeset viewer.