summaryrefslogtreecommitdiff
path: root/config/cross-win64.cbc
blob: b12df0399e2e7a2a99404a0742b8f02b6d4cfd68 (plain)
1
2
3
4
5
6
7
8
9
import os
from cerbero.config import Platform, Architecture, Distro, DistroVersion

target_platform=Platform.WINDOWS
target_arch=Architecture.X86_64
target_distro=Distro.WINDOWS
target_distro_version=DistroVersion.WINDOWS_7
cache_file='win64'
build = 'x86_64-pc-linux'