mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #24229 - servo:jdm-patch-55, r=paulrouget
Fix python precedence issue. - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #24228 - [x] These changes do not require tests because nightly builds are tricky to trigger manually <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24229) <!-- Reviewable:end -->
This commit is contained in:
commit
4159f01feb
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ def appx_artifact(debug, platforms):
|
|||
'hololens',
|
||||
'AppPackages',
|
||||
'ServoApp',
|
||||
'ServoApp_1.0.0.0_%sTest' % 'Debug_' if debug else '',
|
||||
'ServoApp_1.0.0.0_%sTest' % ('Debug_' if debug else ''),
|
||||
'ServoApp_1.0.0.0_%s%s.appxbundle' % (
|
||||
'_'.join(platforms), '_Debug' if debug else ''
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue