mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
Add the dont_skip
attribute on dependency.
Instead of explicitly add the target associated to the toolchain if we use `build_nodeps` option let add an attribute base ourself on it to know if we need to add it or not. This way, we may have other dependency we must not skip.
This commit is contained in:
@ -23,6 +23,7 @@ class Dependency(metaclass=_MetaDependency):
|
||||
all_deps = {}
|
||||
force_build = False
|
||||
force_native_build = False
|
||||
dont_skip = False
|
||||
|
||||
@classmethod
|
||||
def version(cls):
|
||||
|
Reference in New Issue
Block a user