Changes in wscript [5bba662:7f35041]
Legend:
- Unmodified
- Added
- Removed
-
wscript
r5bba662 r7f35041 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 sys 12 14 13 15 APPNAME = 'aubio' … … 112 114 ctx.check(header_name='unistd.h', mandatory = False) 113 115 114 target_platform = Options.platform116 target_platform = sys.platform 115 117 if ctx.options.target_platform: 116 118 target_platform = ctx.options.target_platform
Note: See TracChangeset
for help on using the changeset viewer.