mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
wasm: enable png loader (#828)
This commit is contained in:
parent
4c13246f9c
commit
dcbcc409df
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ ar = 'EMSDK:upstream/emscripten/emar.py'
|
||||||
|
|
||||||
[properties]
|
[properties]
|
||||||
root = 'EMSDK:upstream/emscripten/system'
|
root = 'EMSDK:upstream/emscripten/system'
|
||||||
cpp_args = ['--bind' , '-s' , 'WASM=1' , '-s' , 'ALLOW_MEMORY_GROWTH=1' , '-s' , 'FORCE_FILESYSTEM=1' , '-O2']
|
cpp_args = ['--bind' , '-s' , 'WASM=1' , '-s' , 'ALLOW_MEMORY_GROWTH=1' , '-s' , 'FORCE_FILESYSTEM=1' , '-s' , 'USE_LIBPNG=1' , '-O2']
|
||||||
cpp_link_args = ['--bind' , '-s' , 'WASM=1' , '-s' , 'ALLOW_MEMORY_GROWTH=1' , '-s' , 'FORCE_FILESYSTEM=1' , '-O2']
|
cpp_link_args = ['--bind' , '-s' , 'WASM=1' , '-s' , 'ALLOW_MEMORY_GROWTH=1' , '-s' , 'FORCE_FILESYSTEM=1' , '-s' , 'USE_LIBPNG=1' , '-O2']
|
||||||
shared_lib_suffix = 'js'
|
shared_lib_suffix = 'js'
|
||||||
static_lib_suffix = 'js'
|
static_lib_suffix = 'js'
|
||||||
shared_module_suffix = 'js'
|
shared_module_suffix = 'js'
|
||||||
|
|
Loading…
Add table
Reference in a new issue