projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b4ea49
)
wscript: run the tests on all platforms but ios
author
Paul Brossier
<piem@piem.org>
Sun, 10 Feb 2013 07:16:51 +0000
(
02:16
-0500)
committer
Paul Brossier
<piem@piem.org>
Sun, 10 Feb 2013 07:16:51 +0000
(
02:16
-0500)
wscript
patch
|
blob
|
history
diff --git
a/wscript
b/wscript
index ded22b6feeb1c62debdc86f4d5392e08f4515c06..d41015afb78558237259f7f0361c341227f70b5c 100644
(file)
--- a/
wscript
+++ b/
wscript
@@
-197,8
+197,7
@@
def build(bld):
# add sub directories
bld.recurse('src examples')
from waflib import Options
- import sys
- if Options.platform == sys.platform: bld.recurse('tests')
+ if Options.platform != 'ios': bld.recurse('tests')
"""
# create the aubio.pc file for pkg-config