Changeset 9d609355


Ignore:
Timestamp:
Dec 23, 2018, 12:05:32 AM (5 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/timestretch, fix/ffmpeg5, master
Children:
26bd5e0
Parents:
a280ed1
Message:

[waf] check for errno.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    ra280ed1 r9d609355  
    140140    ctx.check(header_name='math.h')
    141141    ctx.check(header_name='string.h')
     142    ctx.check(header_name='errno.h')
    142143    ctx.check(header_name='limits.h')
    143144    ctx.check(header_name='stdarg.h')
Note: See TracChangeset for help on using the changeset viewer.