summaryrefslogtreecommitdiff
path: root/config/mingw-w32-win.cbc
blob: b88fb249432c5fead0498952f8ab7aa5cfc416a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
import os
from cerbero.config import Platform, Architecture, Distro, DistroVersion

target_platform=Platform.WINDOWS
target_distro=Distro.WINDOWS
target_distro_version=DistroVersion.WINDOWS_7
target_arch=Architecture.X86
cache_file='mingw-w32-win'
prefix=os.path.expanduser('~/mingw/windows/w32')
sources=os.path.expanduser('~/cerbero/sources/mingw-w32-win')
toolchain_prefix=os.path.expanduser('~/mingw/linux/w32/')