mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-22 11:56:21 -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):
|
||||
name = "native_dyn"
|
||||
static = False
|
||||
compatible_hosts = ["fedora", "debian", "Darwin"]
|
||||
compatible_hosts = ["fedora", "debian", "Darwin", "Windows"]
|
||||
|
||||
|
||||
class NativeStatic(NativeConfigInfo):
|
||||
|
Loading…
x
Reference in New Issue
Block a user