mirror of
https://github.com/servo/servo.git
synced 2025-07-28 09:40:33 +01:00
12 lines
261 B
Text
12 lines
261 B
Text
USES = \
|
|
scenes \
|
|
pipeline/cache/AssetManifest
|
|
|
|
DATAS = \
|
|
fonts.xml : etc/fonts.xml
|
|
|
|
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
|