diff options
-rwxr-xr-x | waf | bin | 97411 -> 100567 bytes | |||
-rw-r--r-- | wscript | 3 |
2 files changed, 2 insertions, 1 deletions
Binary files differ @@ -69,6 +69,7 @@ def build(bld): name = 'matriseq', target = '%s/matriseq' % bundle, install_path = '${LV2DIR}/%s' % bundle, - includes = ['.']) + includes = ['.'], + lib = ['pthread']) autowaf.use_lib(bld, obj, 'LV2 NAUB') |