win32: rename CrossGccToolchain to MingwToolchain
This commit is contained in:
parent
a7213b78d6
commit
4c90f88704
@ -34,7 +34,7 @@ arch_path = os.path.join(lib_path, host_arch)
|
|||||||
build_path = os.path.join(arch_path, 'build')
|
build_path = os.path.join(arch_path, 'build')
|
||||||
root_path = os.path.join(arch_path, 'root')
|
root_path = os.path.join(arch_path, 'root')
|
||||||
|
|
||||||
class CrossGccToolchain:
|
class MingwToolchain:
|
||||||
def __init__(self, top_path: str,
|
def __init__(self, top_path: str,
|
||||||
toolchain_path, arch, x64: bool,
|
toolchain_path, arch, x64: bool,
|
||||||
tarball_path, src_path, build_path, install_prefix):
|
tarball_path, src_path, build_path, install_prefix):
|
||||||
@ -112,7 +112,7 @@ thirdparty_libs = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
# build the third-party libraries
|
# build the third-party libraries
|
||||||
toolchain = CrossGccToolchain(mpd_path,
|
toolchain = MingwToolchain(mpd_path,
|
||||||
'/usr', host_arch, x64,
|
'/usr', host_arch, x64,
|
||||||
tarball_path, src_path, build_path, root_path)
|
tarball_path, src_path, build_path, root_path)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user