Mercurial > hg > vamp-aubio-plugins
comparison wscript @ 152:74fcc2846cfe
wscript: only install when we know were
author | Paul Brossier <piem@piem.org> |
---|---|
date | Fri, 22 Jul 2016 17:39:21 +0200 |
parents | edc9a0259fe4 |
children | 0ca3b0a99916 |
comparison
equal
deleted
inserted
replaced
151:edc9a0259fe4 | 152:74fcc2846cfe |
---|---|
94 use = ['VAMP', 'AUBIO'], | 94 use = ['VAMP', 'AUBIO'], |
95 features = 'cxx cxxshlib', | 95 features = 'cxx cxxshlib', |
96 install_path = install_path | 96 install_path = install_path |
97 ) | 97 ) |
98 | 98 |
99 bld.install_files( install_path, ['vamp-aubio.cat', 'vamp-aubio.n3']) | 99 if install_path: |
100 bld.install_files( install_path, ['vamp-aubio.cat', 'vamp-aubio.n3']) | |
100 | 101 |
101 #for k in bld.env.keys(): | 102 #for k in bld.env.keys(): |
102 # print ("%s : %s", k, bld.env[k] ) | 103 # print ("%s : %s", k, bld.env[k] ) |