feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since a79ec76 was
0fa325b,
checked in by Paul Brossier <piem@piem.org>, 11 years ago
|
waf: unpack
|
-
Property mode set to
100644
|
File size:
300 bytes
|
Line | |
---|
1 | #! /usr/bin/env python |
---|
2 | # encoding: utf-8 |
---|
3 | # WARNING! Do not edit! http://waf.googlecode.com/git/docs/wafbook/single.html#_obtaining_the_waf_file |
---|
4 | |
---|
5 | from waflib.Configure import conf |
---|
6 | @conf |
---|
7 | def find_ar(conf): |
---|
8 | conf.load('ar') |
---|
9 | def configure(conf): |
---|
10 | conf.find_program('ar',var='AR') |
---|
11 | conf.env.ARFLAGS='rcs' |
---|
Note: See
TracBrowser
for help on using the repository browser.