summaryrefslogtreecommitdiff
path: root/config/win32-msvc-shell.cbc
blob: 12eceedbcf6bfa1344f9f4d3a748ba4926945210 (plain)
1
2
3
4
5
6
7
8
9
# Please also edit win64-msvc-shell.cbc when updating this file

from cerbero.config import Architecture

target_arch = Architecture.X86

# When set, we export the msvc toolchain in windows.config instead of when
# building the recipe, and there won't be any MinGW toolchain paths
os.environ['CERBERO_EXPORT_MSVC'] = '1'