Changeset dfe6ab6 for wscript


Ignore:
Timestamp:
Mar 31, 2019, 9:58:02 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/constantq
Children:
9492313a
Parents:
868c6b8 (diff), f55630c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into feature/constantq

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r868c6b8 rdfe6ab6  
    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')
     
    630631    ctx.excl += ' **/.cache'
    631632    ctx.excl += ' **/**.zip **/**.tar.bz2'
    632     ctx.excl += ' **.tar.bz2'
     633    ctx.excl += ' **.tar.bz2**'
    633634    ctx.excl += ' **/doc/full/* **/doc/web/*'
    634635    ctx.excl += ' **/doc/full.cfg'
     
    642643    ctx.excl += ' **/.DS_Store'
    643644    ctx.excl += ' **/.travis.yml'
    644     ctx.excl += ' **/.landscape.yml'
    645645    ctx.excl += ' **/.appveyor.yml'
    646646    ctx.excl += ' **/.circleci/*'
Note: See TracChangeset for help on using the changeset viewer.