Merge pull request #569 from kiwix/wasm_lib
Install wasm libraries in `INSTALL/lib` directory.
This commit is contained in:
commit
e77442b9a9
|
@ -9,6 +9,7 @@ class WasmPlatformInfo(PlatformInfo):
|
||||||
static = True
|
static = True
|
||||||
build = 'wasm'
|
build = 'wasm'
|
||||||
arch_full = 'wasm64-emscripten'
|
arch_full = 'wasm64-emscripten'
|
||||||
|
libdir = "lib"
|
||||||
#arch_full = 'wasm64-linux'
|
#arch_full = 'wasm64-linux'
|
||||||
toolchain_names = ['emsdk']
|
toolchain_names = ['emsdk']
|
||||||
compatible_hosts = ['fedora', 'debian']
|
compatible_hosts = ['fedora', 'debian']
|
||||||
|
|
|
@ -39,7 +39,7 @@ release_versions = {
|
||||||
|
|
||||||
# This is the "version" of the whole base_deps_versions dict.
|
# This is the "version" of the whole base_deps_versions dict.
|
||||||
# Change this when you change base_deps_versions.
|
# Change this when you change base_deps_versions.
|
||||||
base_deps_meta_version = '80'
|
base_deps_meta_version = '81'
|
||||||
|
|
||||||
base_deps_versions = {
|
base_deps_versions = {
|
||||||
'zlib' : '1.2.12',
|
'zlib' : '1.2.12',
|
||||||
|
|
Loading…
Reference in New Issue