mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Move debuggable flag setting for magicleap package to package file
This commit is contained in:
parent
07d1559141
commit
82fcab38a4
2 changed files with 5 additions and 4 deletions
|
@ -238,9 +238,6 @@ 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:
|
||||||
|
|
|
@ -4,4 +4,8 @@ USES = "scenes" "pipeline/cache/AssetManifest"
|
||||||
DATAS = \
|
DATAS = \
|
||||||
fonts.xml : etc/fonts.xml
|
fonts.xml : etc/fonts.xml
|
||||||
|
|
||||||
REFS = Servo2D
|
REFS = Servo2D
|
||||||
|
|
||||||
|
# Servo SEGVs if we don't set the debuggable flag in the mpk's taildata
|
||||||
|
# https://github.com/servo/servo/issues/22188
|
||||||
|
OPTIONS=package/debuggable/on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue