Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified wscript

    r5bba662 r7f35041  
    1010# have Python installed, you do *not* need to install anything to build aubio.
    1111# For more info about waf, see http://code.google.com/p/waf/ .
     12
     13import sys
    1214
    1315APPNAME = 'aubio'
     
    112114    ctx.check(header_name='unistd.h', mandatory = False)
    113115
    114     target_platform = Options.platform
     116    target_platform = sys.platform
    115117    if ctx.options.target_platform:
    116118        target_platform = ctx.options.target_platform
Note: See TracChangeset for help on using the changeset viewer.