mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
Make the platform responsible to create the buildenv.
It is now the platform who is responsible to: - correctly add the toolchains as needed - setup the cross environment - create the cross files.
This commit is contained in:
@ -5,9 +5,6 @@ class NativePlatformInfo(PlatformInfo):
|
||||
def __init__(self, name, static, hosts):
|
||||
super().__init__(name, 'native', static, [], hosts)
|
||||
|
||||
def get_cross_config(self):
|
||||
return {}
|
||||
|
||||
|
||||
NativePlatformInfo('native_dyn', False, ['fedora', 'debian', 'Darwin'])
|
||||
NativePlatformInfo('native_static', True, ['fedora', 'debian'])
|
||||
|
Reference in New Issue
Block a user