Changeset 06cf47d for wscript


Ignore:
Timestamp:
Apr 23, 2016, 9:06:43 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:
6144cef
Parents:
d746ef8
Message:

wscript: make unistd.h optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rd746ef8 r06cf47d  
    110110    ctx.check(header_name='limits.h')
    111111    ctx.check(header_name='getopt.h', mandatory = False)
    112     ctx.check(header_name='unistd.h')
     112    ctx.check(header_name='unistd.h', mandatory = False)
    113113
    114114    target_platform = Options.platform
Note: See TracChangeset for help on using the changeset viewer.