Changeset 956e113 for wscript


Ignore:
Timestamp:
Oct 3, 2012, 10:29:03 PM (12 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:
66e6934
Parents:
be65de4
Message:

wscript: activate darwin automatically

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rbe65de4 r956e113  
    6969    ctx.env['shlib_PATTERN'] = 'lib%s.dll'
    7070
    71   if Options.platform == 'macfat':
     71  if Options.platform == 'darwin':
    7272    ctx.env.CFLAGS += ['-arch', 'i386', '-arch', 'x86_64']
    7373    ctx.env.LINKFLAGS += ['-arch', 'i386', '-arch', 'x86_64']
Note: See TracChangeset for help on using the changeset viewer.