mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Build lzma with assembler optimization.
This commit is contained in:
@ -16,4 +16,4 @@ class lzma(Dependency):
|
|||||||
class Builder(MakeBuilder):
|
class Builder(MakeBuilder):
|
||||||
@property
|
@property
|
||||||
def configure_option(self):
|
def configure_option(self):
|
||||||
return "--disable-assembler --disable-xz --disable-xzdec"
|
return "--disable-xz --disable-xzdec"
|
||||||
|
@ -42,7 +42,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 = '61'
|
base_deps_meta_version = '62'
|
||||||
|
|
||||||
base_deps_versions = {
|
base_deps_versions = {
|
||||||
'zlib' : '1.2.8',
|
'zlib' : '1.2.8',
|
||||||
|
Reference in New Issue
Block a user