shithub: aubio

Download patch

ref: e717faeed725b108c3a6bc1206707ef6c7b5b4a1
parent: 09894ba3e04df4dbd74a5b73fd2732684206cc9c
author: Martin Hermant <martin.hermant@gmail.com>
date: Mon May 29 14:32:25 EDT 2017

wscript : emscripten : specify cstlib file format %s.a

--- a/wscript
+++ b/wscript
@@ -250,6 +250,7 @@
         # put memory file inside generated js files
         ctx.env.LINKFLAGS_cshlib+=['--memory-init-file','0']
         ctx.env.cprogram_PATTERN = "%s.js"
+        ctx.env.cstlib_PATTERN = '%s.a'
         if (ctx.options.enable_atlas != True):
             ctx.options.enable_atlas = False