option -x implies -t win
This commit is contained in:
parent
3af893b165
commit
9840980db8
1 changed files with 2 additions and 1 deletions
3
build.py
3
build.py
|
|
@ -36,7 +36,8 @@ if options.distro == 'autodetect':
|
||||||
options.distro = 'rpm'
|
options.distro = 'rpm'
|
||||||
if os.path.isdir('/etc/apt'):
|
if os.path.isdir('/etc/apt'):
|
||||||
options.distro = 'deb'
|
options.distro = 'deb'
|
||||||
|
if options.cross_compile:
|
||||||
|
options.distro = 'win'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue