Merge pull request #569 from kiwix/wasm_lib

Install wasm libraries in `INSTALL/lib` directory.
This commit is contained in:
Kelson 2023-03-01 17:36:21 +01:00 committed by GitHub
commit e77442b9a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ class WasmPlatformInfo(PlatformInfo):
static = True
build = 'wasm'
arch_full = 'wasm64-emscripten'
libdir = "lib"
#arch_full = 'wasm64-linux'
toolchain_names = ['emsdk']
compatible_hosts = ['fedora', 'debian']

View File

@ -39,7 +39,7 @@ release_versions = {
# This is the "version" of the whole base_deps_versions dict.
# Change this when you change base_deps_versions.
base_deps_meta_version = '80'
base_deps_meta_version = '81'
base_deps_versions = {
'zlib' : '1.2.12',