summaryrefslogtreecommitdiff
path: root/config/mingw-w32-lin.cbc
blob: 2358dc2ba66be1e433bd133b40e2f108cf983184 (plain)
1
2
3
4
5
6
7
8
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.expanduser('~/cerbero/sources/mingw-w32-lin')
recipes_dir = os.path.join(recipes_dir, 'toolchain')