Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r7f35041 r5bba662  
    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 
    13 import sys
    1412
    1513APPNAME = 'aubio'
     
    114112    ctx.check(header_name='unistd.h', mandatory = False)
    115113
    116     target_platform = sys.platform
     114    target_platform = Options.platform
    117115    if ctx.options.target_platform:
    118116        target_platform = ctx.options.target_platform
Note: See TracChangeset for help on using the changeset viewer.