blob: ba0d223705a549bbe8e4b9dbf625bb89de4743b2 (
plain)
1
2
3
4
5
6
7
8
9
|
import os
from cerbero.config import Platform, Architecture, Distro, DistroVersion
target_arch=Architecture.X86
cache_file='mingw-w32-lin'
prefix=os.path.expanduser('~/mingw/linux/w32')
sources=os.path.join(home_dir, 'sources', 'mingw-w32-lin')
recipes_dir = os.path.join(recipes_dir, 'toolchain')
host = ''
|