summaryrefslogtreecommitdiff
path: root/config/mingw-w64-lin.cbc
blob: 0ab27e7b0e8dba098dc4872e1e696a4aae107c70 (plain)
1
2
3
4
5
6
7
8
import os
from cerbero.config import Platform, Architecture, Distro, DistroVersion

target_arch=Architecture.X86_64
cache_file='mingw-w64-lin'
prefix=os.path.expanduser('~/mingw/linux/w64')
sources=os.path.expanduser('~/cerbero/sources/mingw-w64-lin')
recipes_dir = os.path.join(recipes_dir, 'toolchain')