mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Add debuggable flag to magicleap taildata
This commit is contained in:
parent
369983211d
commit
ff07fc3132
1 changed files with 3 additions and 0 deletions
|
@ -246,6 +246,9 @@ class PackageCommands(CommandBase):
|
||||||
mabu,
|
mabu,
|
||||||
"-o", target_dir,
|
"-o", target_dir,
|
||||||
"-t", build_type,
|
"-t", build_type,
|
||||||
|
# Servo SEGVs if we don't set the debuggable flag in the mpk's taildata
|
||||||
|
# https://github.com/servo/servo/issues/22188
|
||||||
|
"--add-tail-data-args=--debuggable",
|
||||||
package
|
package
|
||||||
]
|
]
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue