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