mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Fully clobber the workspace for the dist builds
This commit is contained in:
@@ -90,6 +90,8 @@ def makeBuildFactory(wxport, py_ver, build_type='basic'):
|
||||
gitConfig = {'core.autocrlf' : 'input'}
|
||||
mode = 'incremental'
|
||||
method = 'clobber'
|
||||
if build_type != 'basic':
|
||||
mode = 'full'
|
||||
|
||||
if wxport == 'win64':
|
||||
PYTHON = f'..\\..\\venv-{py_ver}\\Scripts\\python.exe'
|
||||
@@ -365,7 +367,6 @@ c['www']['ui_default_config'] = {
|
||||
'Waterfall.scaling_waterfall': 0.05852766346593507,
|
||||
'Waterfall.lazy_limit_waterfall': 50,
|
||||
'Waterfall.idle_threshold_waterfall': 180,
|
||||
'Waterfall.show_builders_without_builds': True,
|
||||
'LogPreview.loadlines': 50,
|
||||
'LogPreview.maxlines': 50,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user