Use the more recent msvcr100 instead of msvcr90.
This commit is contained in:
parent
e77747a564
commit
095eec303a
|
@ -6,7 +6,7 @@ from kiwixbuild._global import neutralEnv
|
||||||
|
|
||||||
|
|
||||||
class Win32PlatformInfo(PlatformInfo):
|
class Win32PlatformInfo(PlatformInfo):
|
||||||
extra_libs = ['-lwinmm', '-lws2_32', '-lshlwapi', '-lrpcrt4', '-lmsvcr90', '-liphlpapi']
|
extra_libs = ['-lwinmm', '-lws2_32', '-lshlwapi', '-lrpcrt4', '-lmsvcr100', '-liphlpapi']
|
||||||
build = 'win32'
|
build = 'win32'
|
||||||
compatible_hosts = ['fedora', 'debian']
|
compatible_hosts = ['fedora', 'debian']
|
||||||
arch_full = 'i686-w64-mingw32'
|
arch_full = 'i686-w64-mingw32'
|
||||||
|
|
Loading…
Reference in New Issue