blob: c05b3e9b735a84e44e673972d3571bd107ad981d (
plain)
1
2
3
4
5
6
7
|
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')
|