mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 04:25:38 -04:00
[WIP] Don't print uncompat warning on Windows with NativeDyn
This commit is contained in:
parent
8ee7b8987b
commit
f8560ae38b
@ -29,7 +29,7 @@ class NativeConfigInfo(ConfigInfo):
|
|||||||
class NativeDyn(NativeConfigInfo):
|
class NativeDyn(NativeConfigInfo):
|
||||||
name = "native_dyn"
|
name = "native_dyn"
|
||||||
static = False
|
static = False
|
||||||
compatible_hosts = ["fedora", "debian", "Darwin"]
|
compatible_hosts = ["fedora", "debian", "Darwin", "Windows"]
|
||||||
|
|
||||||
|
|
||||||
class NativeStatic(NativeConfigInfo):
|
class NativeStatic(NativeConfigInfo):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user