projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09894ba
)
wscript : emscripten : specify cstlib file format %s.a
author
Martin Hermant
<martin.hermant@gmail.com>
Mon, 29 May 2017 22:32:25 +0000
(18:32 -0400)
committer
Martin Hermant
<martin.hermant@gmail.com>
Mon, 29 May 2017 22:32:25 +0000
(18:32 -0400)
wscript
patch
|
blob
|
history
diff --git
a/wscript
b/wscript
index
a0b7b36
..
d1ab97c
100644
(file)
--- a/
wscript
+++ b/
wscript
@@
-250,6
+250,7
@@
def configure(ctx):
# 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