Changes in wscript [7f35041:5bba662]
Legend:
- Unmodified
- Added
- Removed
-
wscript
r7f35041 r5bba662 10 10 # have Python installed, you do *not* need to install anything to build aubio. 11 11 # For more info about waf, see http://code.google.com/p/waf/ . 12 13 import sys14 12 15 13 APPNAME = 'aubio' … … 114 112 ctx.check(header_name='unistd.h', mandatory = False) 115 113 116 target_platform = sys.platform114 target_platform = Options.platform 117 115 if ctx.options.target_platform: 118 116 target_platform = ctx.options.target_platform
Note: See TracChangeset
for help on using the changeset viewer.